# re: 沒有意識(shí)到我以后再也不用寫JAVA了。[未登錄] 回復(fù) 更多評(píng)論
2008-10-10 21:27 by
public String geSql() {
return "select * from " + request.getParameter(user.type)
+ "where name=\"" + request.getParameter(user.name)
+ "\" and password=\"" + request.getParameter(user.password)
+ "\";";
}
MySQL做數(shù)據(jù)庫為什么不好用?