摘要: 本方法使用Properties类来对配置文件进行处理。读取的方法很简单,打开文件读指定键值返回即可。private static String readProperty(String key) { Properties properties = new Properties(); InputStre 阅读全文
posted @ 2020-02-27 16:01 桑底坡 阅读(633) 评论(0) 推荐(0)