2014/01/18 11:16 在使用Properties类读取资源时,一般使用pro.load(PropertiesUtil.class.getClassLoader().getResourceAsStream(“文件路径”)); 此时的文件是在项目的src下的,如要读取的文件不在src下,则要写相对位置,如com/demo/test.properties