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