日日操夜夜添-日日操影院-日日草夜夜操-日日干干-精品一区二区三区波多野结衣-精品一区二区三区高清免费不卡

公告:魔扣目錄網為廣大站長提供免費收錄網站服務,提交前請做好本站友鏈:【 網站目錄:http://www.ylptlb.cn 】, 免友鏈快審服務(50元/站),

點擊這里在線咨詢客服
新站提交
  • 網站:51998
  • 待審:31
  • 小程序:12
  • 文章:1030137
  • 會員:747

很多人在編程時,總是喜歡用一下方法將數組轉為字符串:(a為byte數組)

String s=a.toString();

可是每次返回的時候,新手看來返回的結果是亂碼,比如說我,寫RSA算法時,沒有注意,就以為是解密出來的亂碼(哈哈哈),但其實[B@1b6d3586 為棧地址值,這個時候要知道對于返回一個String對象,new一個是基本上不會錯的,測試代碼如下:

Scanner scan=new Scanner(System.in);
 String s="ghhhh";
 byte[]a=s.getBytes();
 String s1=a.toString();
 String s2=new String(a);
 System.out.println("s1:"+s1);
 System.out.println("s2:"+s2);

測試結果:

1 s1:[B@1b6d3586
2 s2:ghhhh

可以看到s1所對應的方法只是返回的byte數組的地址值,而s2才真正返回了a的實體值。

Java編程中如何正確的將byte「」數組轉化為String類型?

 

這是因為,String JAVA.lang.Object.toString()返回的確實是地址值,介紹如下:

Returns a string representation of the object. In general, the toString method returns a string that "textually represents" this object. The result should be a concise but informative representation that is easy for a person to read. It is recommended that all subclasses override this method.

The toString method for class Object returns a string consisting of the name of the class of which the object is an instance, the at-sign character `@', and the unsigned hexadecimal representation of the hash code of the object. In other words, this method returns a string equal to the value of:

getClass().getName() + '@' + Integer.toHexString(hashCode())

大體意思就是類Object的toString方法返回一個字符串,該字符串由對象為實例的類的名稱、符號符號符號“@”和對象哈希代碼的無符號十六進制表示組成。換句話說,此方法返回一個字符串。

分享到:
標簽:Java
用戶無頭像

網友整理

注冊時間:

網站:5 個   小程序:0 個  文章:12 篇

  • 51998

    網站

  • 12

    小程序

  • 1030137

    文章

  • 747

    會員

趕快注冊賬號,推廣您的網站吧!
最新入駐小程序

數獨大挑戰2018-06-03

數獨一種數學游戲,玩家需要根據9

答題星2018-06-03

您可以通過答題星輕松地創建試卷

全階人生考試2018-06-03

各種考試題,題庫,初中,高中,大學四六

運動步數有氧達人2018-06-03

記錄運動步數,積累氧氣值。還可偷

每日養生app2018-06-03

每日養生,天天健康

體育訓練成績評定2018-06-03

通用課目體育訓練成績評定