🌈 搜索
📅  最后修改于: 2022-03-11 14:44:48.710000             🧑  作者: Mango
char character = 'a'; //0110 0001 if(character & 0x20) { //is lowercase }