String line = ""; while (line != null) { System.out.println(line); try{ line = br.readLine(); } catch (IOException e) ...
確定! 回上一頁