A.JSP 中包含隐式对象dipatcher,它的类型是RequestDispatcherB.ServletRequest 包含GetRequestDispatcher()方法,用于返回RequestDispatcher 的对象C.RequestDispatcher 包含forward()方法,用于把请求继续传递给别的Servlet 或者JSP 页面D.JSP 中包含隐式对象request,它的类型是RequestDispatcher
A.destroyB.doFilterC.initD.getlnitParameter
A.requestB.serverC.responseD.application