String username = "123456";
for(int i=0;i<username.getBytes().length;i++){
System.out.println(username.getBytes()[i]);
}遍历出来的为什么是495051525354
添加回答
举报
0/150
提交
取消