2018年3月9日

JAVA读取properties

摘要: InputStream is=null; OutputStream os=null; Properties props = new Properties(); InputStream in = null; //读取properties try { ... 阅读全文

posted @ 2018-03-09 14:29 -韩帅 阅读(106) 评论(0) 推荐(0) 编辑

导航