摘要:
阅读全文
posted @ 2016-03-14 13:41
月儿晓晓
阅读(597)
评论(0)
推荐(0)
摘要:
Properties props = new Properties(); try{ //读取属性文件a.properties InputStream in = new BufferedInputStream (new FileInputStream("a.properties")); props.load(in); ///加载属性列表 //获取属性值 System.out.println(pr... 阅读全文
posted @ 2016-03-14 11:21
月儿晓晓
阅读(198)
评论(0)
推荐(0)