摘要: 上图是本篇博客所要写的类的继承图 java.util.Collection 添加 boolean add(E e) // append the element boolean addAll(Collection c) // append all element in c, must be the s 阅读全文
posted @ 2017-08-03 18:21 征程126 阅读(173) 评论(0) 推荐(0) 编辑
摘要: java.io.File 是操作文件夹及文件的类,具有跨平台的特性 Constructor File(String pathname) Creates a new File instance by the given pathname string FIle(File parent, String 阅读全文
posted @ 2017-08-03 14:18 征程126 阅读(281) 评论(0) 推荐(0) 编辑