request.getRequestDispathcher未定義要如何解決
請(qǐng)問request.getRequestDispathcher這個(gè)出現(xiàn)The method getRequestDispathcher(String) is undefined for the type HttpServletRequest問題要怎么解決
請(qǐng)問request.getRequestDispathcher這個(gè)出現(xiàn)The method getRequestDispathcher(String) is undefined for the type HttpServletRequest問題要怎么解決
2017-06-05
舉報(bào)
2017-06-05
<%
RequestDispatcher rd=request.getRequestDispatcher("頁面地址");
? rd.forward(request,response);
%>