标签:
String s = "abcd";
String s2 = s;
s = s.concat("ef");
[图说Java]图说String的不变性
原文地址:http://www.cnblogs.com/sjf0115/p/5079607.html