摘要: Properties 属性集合 特点: 存储属性名和属性值; 属性名和属性值都是字符串类型; 没有泛型; 和流有关; /** * 演示Properties */ public class PropertiesDemo { public static <FileIutputStream> void m 阅读全文
posted @ 2022-03-17 12:08 老李学Java 阅读(38) 评论(0) 推荐(0)