摘要: /** * 整行读取 */@Testpublic void f2() { FileInputStream fis = null; String file = "H:\\abc\\123321.txt"; try { fis = new FileInputStream(file); InputStre 阅读全文
posted @ 2021-04-19 00:36 chenlublogs 阅读(80) 评论(0) 推荐(0)