标签:
String s = "abcd";
String s2 = s;
s = s.concat("ef");
[Java开发之路](8)图说字符串的不变性
原文地址:http://blog.csdn.net/sunnyyoona/article/details/50410801