模板代码:
InputStream in=this.gerServletContext().getResourceAsStream(“路径);
Properties props=new Properties();
props.load(in);
String password=props.getProperty("password");
模板代码:
InputStream in=this.gerServletContext().getResourceAsStream(“路径);
Properties props=new Properties();
props.load(in);
String password=props.getProperty("password");