84669 人學習
152542 人學習
20005 人學習
5487 人學習
7821 人學習
359900 人學習
3350 人學習
180660 人學習
48569 人學習
18603 人學習
40936 人學習
1549 人學習
1183 人學習
32909 人學習
最近做poj2234,要求从键盘输入下图这样的形式,但是没有结束标志,C语言中可以用EOF表示读取结束,java中该怎么做到呢?
ringa_lee
你應該使用 while(fileReader.hasNextLine())
(fileReader.hasNextLine())
參考http://stackoverflow.com/questions/8270926/while-eof-in-java
你應該使用 while
(fileReader.hasNextLine())
參考http://stackoverflow.com/questions/8270926/while-eof-in-java