Java 8 的String 类加入了一个新的方法 join() ,可以将换行符与字符串拼接起来, ... String mutiLine3 = new StringBuilder() .append("亲爱的") ...
確定! 回上一頁