編寫一個應用程序,給出漢字「你」,「我」,「他」在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+
相關文章
相關標籤/搜索