StringBuffer sb2 = new StringBuffer(result1); sb2.append(str3); String result2 = sb2.toString();. 这时,对我们有用的对象只有result2一个。中间 ...
確定! 回上一頁