摘要: 一,File类:文件的创建和删除 1.File(String pathname):pathname是指路径名称。用法 File file = new File("d:/1.txt "); 2.File(String parent, String child):parent是父路径字符串,child是 阅读全文
posted @ 2019-03-24 22:53 bugBI_Gai 阅读(346) 评论(0) 推荐(0)