前边我就不写了,重点是
char c1,c2;
c1=197;
c2=198;
printf("%c,%c",c1,c2);
printf("%d,%d",c1,c2);
输出结果为毛是
?,?
-59,-58
xungeer29
onemoo
相关分类