摘要: import java.io.File; public void getPlan() { System.out.println("1"); String filepath = "D:\\jihua\\20190409"; File file = new File(filepath);// File类型可以是文件也可以是文件夹 File[] files = file.list... 阅读全文
posted @ 2019-04-09 17:34 Ziv_zhong 阅读(1733) 评论(0) 推荐(0) 编辑