Line breaks are done automatically * @param str input string */ public void inputln(String str){ sb.append(str).append(lf); } @Override public int read() ...
確定! 回上一頁