String msg = null; while ((msg = localReader.readLine()) != null) { System.out.println(msg);//打印从标准输入读取到的数据 process(msg); if ...
確定! 回上一頁