编写一个程序,给出汉字“你”,“我”,“他”在Unicode表中的位置

程序以下: public class OutputData { public static void main(String[] args) { char you='你',I='我',him='他'; int a=(int)you,b=(int)I,c=(int)him; System.out.println("你在Unicode表中的位置:" + a); System.out
相关文章
相关标签/搜索