哎哟.我晕了.天太热了.小小的servlet竟然让我翻船.兄弟,如果你没有ide的话,你能顺利写下servlet的程序吗???
InputStream in = getClass().getResourceAsStream("/properties/jdbc.properties");
Properties pro= new Properties();
try {
pro.load(in);
} catch (IOException e) {
e.printStackTrace();
}
return pro.getProperty(name);
先读取当前路径下的(文件或者路径).然后读进属性类里.