摘要: package chapter10; import java.io.File; /** * 列出一个目录下所有的文件夹和文件 * */public class TestFile02 { public static void main(String[] args) { File file = new 阅读全文
posted @ 2018-09-02 22:00 Monica_维维 阅读(723) 评论(0) 推荐(0) 编辑
摘要: package chapter10; import java.io.File; public class TestFile01 { public static void main(String[] args) throws Exception { // 创建路径 File file = new Fi 阅读全文
posted @ 2018-09-02 20:32 Monica_维维 阅读(206) 评论(0) 推荐(0) 编辑