A~Z 65~90
a~z 97~122
public class Unicode {
public static void main(String[] args) {
// TODO Auto-generated method stub
int A=32;
while (A<=122) {
System.out.println((char)A+"数字是"+A);
A++;
}
}
}
这是java
标签:code gpo str nbsp string 数字 public sys div
A~Z 65~90
a~z 97~122
public class Unicode {
public static void main(String[] args) {
// TODO Auto-generated method stub
int A=32;
while (A<=122) {
System.out.println((char)A+"数字是"+A);
A++;
}
}
}
这是java
标签:code gpo str nbsp string 数字 public sys div
原文地址:https://www.cnblogs.com/fzc521/p/8468571.html