摘要: package File; import java.io.File; public class Main { public static void main(String[] args) { //要遍历的文件夹的根目录 String rootpath="D:\\test"; File file = 阅读全文
posted @ 2020-07-17 09:29 宣纸泛黄 阅读(144) 评论(0) 推荐(0)