下列哪种方法能实现请求转发() A: 通过ServletRequest接口提供的getRequestDispatcher(String path)方法 B: 通过ServletContext接口提供的getRequestDispatcher(String path)方法 C: 通过ServletContext接口提供的getNamedDispatcher(String path)方法 D: 通过HttpServletResponse接口提供的sendRedirect(String url)方法
下列哪种方法能实现请求转发() A: 通过ServletRequest接口提供的getRequestDispatcher(String path)方法 B: 通过ServletContext接口提供的getRequestDispatcher(String path)方法 C: 通过ServletContext接口提供的getNamedDispatcher(String path)方法 D: 通过HttpServletResponse接口提供的sendRedirect(String url)方法
1