Java 8 的String 類加入了一個新的方法 join() ,可以將換行符與字串拼接起來,非常 ... String mutiLine3 = new StringBuilder() .append("親愛的") ...
確定! 回上一頁