我们创建如下类: /* * Created on 2005-8-15 *This class is created to test the using of the properties file * TODO To change the template for this generated file go to * Window - Preferences - java - Code Style - Code Templates */ package zy.pro.wd.demo;
/** * */ public PropertiesDemo() { super(); // TODO Auto-generated constrUCtor stub } public void testPropertiesFile(){ try{ Properties pro = new Properties();