摘要: Properties props = new Properties();InputStream in = new BufferedInputStream(new FileInputStream(GenPath .getAddress() + "\\city.properties")); BufferedReader bf = new BufferedReader(new InputStreamReader(in)); props.load(bf); Set<Object> list = props.keySet(); File f = new File(GenP 阅读全文
posted @ 2012-03-24 02:53 园林鸟 阅读(443) 评论(0) 推荐(0)