摘要: public class TestIO { public static void main(String[] args) { File inputFile = new File("a.txt");//这个地方要考虑到a.txt和b.txt在项目中的位置 File outputFile = new F 阅读全文
posted @ 2018-02-05 10:38 Debugs 阅读(438) 评论(0) 推荐(0)