This is the problem: while (br.readLine() != null) { System.out.println(br.readLine()); }. You've got two calls to readLine - the first only ...
確定! 回上一頁