BufferedReader readLine() method to read file line by line to String. ... readLine(); while (line != null) { System.out.println(line); // read next line ...
確定! 回上一頁