从数据库取出一个值
比如
String ps=rs.getString("password");
String password="qq";
if(password.equals(ps))
 out.print("true")
我好像得不出结果