Example: stringbuilder append new line StringBuilder r = new StringBuilder(); //It should be r.append("\n"); //But I recommend you to do as below, ...
確定! 回上一頁