【风马一族_Java】如何获取ACSLL表的值

时间:2021-07-27 04:01:34

消耗两小时,只为一代码。

终于得到了此代码:

 public class sows {

     public static void main(String[] args) {

         byte[] bytes = new byte[10];
char ch1=49;
char ch2=57;
System.out.println(ch1+" "+ch2);
}
}

输出的结果是:

1 9

Process finished with exit code 0

原来,char与ASCLL表有着一丝的联系。