今日学习了新的内容:字符类型 字符:'A’= 65基础顺序:汉字>'a'>'B'>'A'可做四则运算:① char c = 'A'c++system.out// B② int i = 'Z' -'A'system.out// 25\b 下一个字符输出时 退一个格子输出\t 下一行对齐