为什么字节长度是3?
public class HelloWorld {public static void main(String[] args) {
String s="我";
System.out.println(s.getBytes().length);
}
}
2017-01-13 23:42
2017-01-14 09:09
2017-01-14 10:38
2017-01-14 15:23
2017-01-14 17:59
2017-01-14 19:31
2017-01-15 10:59
2017-01-17 10:48
2017-01-20 13:47
bug?
2017-01-27 21:45