主要内容:1 Properties的概述,2 Properties的源码解析,2.1 主要类属性,2.2 构造器,2.3 遍历的方法,2.4 从外部文件读取的方法,2.5 输出到外部文件的方法,2.6 其他方法,3 读取文件案例演示基于JDK1.8详细介绍了Properties集合的底层源码实现,最后给出了Properties的读取文件使用案例。 1 Properties的概述 public class Properties extends Hashtable<Object,Object> Pr