摘要:
File类 一个File对象代表磁盘上的某个文件或文件夹 构造方法 File(String pathname) File(String parent,String child) File(File parent,String child) package day06; import java.io. 阅读全文
posted @ 2021-01-20 22:17
shenpro
阅读(94)
评论(0)
推荐(0)
摘要:
java集合 集合和数组是对多个数据进行存储操作的结构,简称java容器 数组初始化以后,其长度就确定了;数组一旦定义好,其元素的类型也就确定。 Collection接口 List接口 Vector ArrayList LinkedList Set接口 HashSet LinkedHashSet T 阅读全文
posted @ 2021-01-20 16:45
shenpro
阅读(78)
评论(0)
推荐(0)