Using BufferedReader.readLine() in a while loop properly ... You're calling br.readLine() a second time inside the loop. Therefore, you end up reading two lines ...
確定! 回上一頁