... BufferedReader(new FileReader("F:\\test.txt")); String text = null; //读取内容为null则表示读到了文件末尾 while ((text = br.readLine()) !
確定! 回上一頁