阿斯克码表 System.out.println('a' + 0); System.out.println('0' + 0); System.out.println('A' + 0); 输出结果为: ...