Properties props = new Properties();props.load(new FileInputStream("db.properties")); //相对src的路径String s = props.getProperty(key);