摘要: File类 操作文件和目录的对象。 1.创建与删除 1.1 常用的构造函数: File(String pathname); File(File parent,String child); File(String parent,String child); 1.2 创建 createNewFile() 阅读全文
posted @ 2017-12-22 22:19 always1024ccnn 阅读(195) 评论(0) 推荐(0)