所以为了效率高的拼接,可以直接使用StringBuilder.append() 或concat() 方法。 System.out.println(test1.concat("test4")); //输出test1test ...
確定! 回上一頁