摘要: public class Test01 { public static void main(String[] args) throws Exception { //1.创建属性对象 Properties p=new Properties(); //和Map一样,只不过key和value只能存储字符串 阅读全文
posted @ 2019-11-10 15:09 田园沃土 阅读(130) 评论(0) 推荐(0) 编辑