if(name==“jelly” && pwd==“123”){resp.sendRedirect("suc.jsp");}else{resp.sendRedirect("fail.jsp");} 查看完整描述