String與Stringbuilder的聯繫

不說廢話,兩個代碼: 關天String的類: public class testStr { public static void main(String[] args) { String str =null ; str +="abc"; str +="def"; str +="ghi" ; } }  關於StringBuilder的類: public class testStr
相關文章
相關標籤/搜索