摘要: 1 public class IOTest { 2 // 存储获取的文件绝对路径 3 private static List list = new ArrayList(); 4 public static void main(String[] args) { 5 File file = new File("D:/holle"); 6 ... 阅读全文
posted @ 2017-11-15 13:09 Libertys 阅读(373) 评论(0) 推荐(0) 编辑