🌈 搜索
📅  最后修改于: 2022-03-11 14:56:10.059000             🧑  作者: Mango
char c = '1'; int i = c - '0'; // i is now equal to 1, not '1'