2010年4月2日

读取资源文件的方法

摘要: 1:用Properties类File confFile = new File("资源文件名");Properties prpt = new Properties();try {FileInputStream in = new FileInputStream(confFile);prpt.load(in);} catch (FileNotFoundException e) {out.print(e)... 阅读全文

posted @ 2010-04-02 16:42 HelloWorld! 阅读(309) 评论(0) 推荐(0)

导航