http://localhost:8080/Webde/?User=luo&Passwort=luo我想通过验证密码来确定我是否打开jsp网页,密码正确就打开,不对就不打开,String sUser =request.getParameter("user");
我用上面这句话,没取到值,为什么?