JSP问题The specified HTTP method is not allowed for the requested resource (HTTP me
JSP问题The specified HTTP method is not allowed for the requested resource (HTTP me
日期:2021-05-08 01:48:36 人气:1
try{
HttpSession session=request.getSession();//加上就OK了
UserManger Userlogin=new UserManger();
if(Userlogin.loginUser(request, session))
response.sendRedirect("index.jsp");
else
response.sendRedirect("l
HttpSession session=request.getSession();//加上就OK了
UserManger Userlogin=new UserManger();
if(Userlogin.loginUser(request, session))
response.sendRedirect("index.jsp");
else
response.sendRedirect("l