在 Servlet 中,主要使用 HttpServletResponse 类的重定向方法 ________方法实现重定向,以及 使用 RequestDispatcher 类的转发方法________方法实现转发功能。
sendRedirect ; forward