摘要: try (InputStream is = getClass().getResourceAsStream("/test.properties")) { Properties properties = new Properties(); properties.load(is); ps=new Prop 阅读全文
posted @ 2018-08-13 18:01 tonggc1668 阅读(170) 评论(0) 推荐(0)