摘要: public static Properties loadProps(String filePath){ Properties properties = new Properties(); try { InputStream in =new BufferedInputStream(new FileI 阅读全文
posted @ 2020-11-03 09:52 sunjinwei123 阅读(187) 评论(0) 推荐(0)