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

package ex1;code public class Main {     public static void main(String args[]) {         char a='你',b='我',c='他';         System.out.println("汉字:"+a+"的位置:"+(int)a);         System.out.println("汉字:"+b+
相关文章
相关标签/搜索