摘要: 一、properties类 Hashtable的子类,map的子类,无序,key value值均为string 创建properties集合: Properties prot=new Properties(); 存数据:put prot.put("aa","bb"); 取数据:getProperty 阅读全文
posted @ 2020-02-29 15:02 墨染千城 阅读(414) 评论(0) 推荐(0)