为了账号安全,请及时绑定邮箱和手机立即绑定

java的getBytes()怎么理解?

java的getBytes()怎么理解?

炎炎设计 2018-10-11 13:14:12
String username = "123456";          for(int i=0;i<username.getBytes().length;i++){             System.out.println(username.getBytes()[i]);          }遍历出来的为什么是495051525354
查看完整描述

1 回答

?
慕妹3146593

TA贡献1820条经验 获得超9个赞

https://img1.sycdn.imooc.com//5be69a050001843307680481.jpg

https://img1.sycdn.imooc.com//5be69a0f000102d806560085.jpg

查看其源码可以看出

https://img1.sycdn.imooc.com//5be69a220001cfbe07210390.jpg

https://img1.sycdn.imooc.com//5be69a2e00011b3806410342.jpg

https://img1.sycdn.imooc.com//5be69a390001389706010379.jpg

看默认的平台的编码 如果是UTF-8和ISO8859-1都是ASCII编码
PS(写错了是字节数组!!!)

查看完整回答
反对 回复 2018-11-10
  • 1 回答
  • 0 关注
  • 477 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信