bhxiaobo 发表于 2012-10-22 15:54 String s = "sss"; 不可变是说对象new String("sss")是不可变的,你写s="ddd",创建了一个新的new String("d ...