摘要: 读取方式: InputStream in = CMSutils.class.getClassLoader().getResourceAsStream("文件名"); Properties pss = new Properties(); pss.load(in); 下面是我自己写的读取properti 阅读全文
posted @ 2018-06-22 15:30 Azjs丶V1 阅读(323) 评论(0) 推荐(0)