消耗两小时,只为一代码。
终于得到了此代码:
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表有着一丝的联系。
消耗两小时,只为一代码。
终于得到了此代码:
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表有着一丝的联系。