java 如何把输入的字符转换成啊ASIC码显示?

如题所述

第1个回答  2010-03-25
char a = 'a';
System.out.println((int)a);
这样就可以了。本回答被提问者采纳
第2个回答  2010-03-25
是的
相似回答
大家正在搜