puzzle
发布日期:2021-10-02 09:00:23 浏览次数:4 分类:技术文章

本文共 296 字,大约阅读时间需要 1 分钟。

 /*  byte[] bytesContent=new byte[]{10,2,-3};
  System.out.println(bytesContent.length);
  System.out.println(Arrays.toString(bytesContent));
  
  String fileContent = new String(bytesContent); 
  System.out.println(fileContent.getBytes().length);
  System.out.println(Arrays.toString(fileContent.getBytes()));*/

转载地址:https://blog.csdn.net/jiafu1115/article/details/7078429 如侵犯您的版权,请留言回复原文章的地址,我们会给您删除此文章,给您带来不便请您谅解!

上一篇:String.getBytes()和new String()
下一篇:匿名内部类使用了一个在其外部定义的对象,为什么编译器会要求其参数引用是final呢

发表评论

最新留言

路过按个爪印,很不错,赞一个!
[***.219.124.196]2024年04月17日 08时11分38秒