2019年8月13日

获取配置文件类(记录代码.properties)

摘要: 1, .properties中key-value形式 propertiesUtil public class PropertiesUtil { public static String getValue(String key){ Properties prop=new Properties(); I 阅读全文

posted @ 2019-08-13 15:33 博客海沐沐 阅读(220) 评论(0) 推荐(0)

导航