摘要: public static Properties loadProps(String fileName) { Properties properties = null; InputStream inputStream = null; try { inputStream = Thread.currentThread().g... 阅读全文
posted @ 2019-09-01 17:01 xuan_wu 阅读(421) 评论(0) 推荐(0) 编辑