2种方法改变String 值 @Test public void test1() throws Exception { String s = “ttttttt”; Unsafe u = getUnsafeInstance (); … 继续阅读 2种方法改变String 值