String字符串一单创建不可以更改? 我这里不是改了么?什么情况??? 下面来解释一下吧 String s = "HelloWorld"; System.out.println(s);//HelloWorld s = "aaa123"; S