![]() |
#2
纵横阳仔2017-01-14 09:09
|
public class HelloWorld {
public static void main(String[] args) {
String s="我";
System.out.println(s.getBytes().length);
}
}