过滤器使用哪个选项才能继续传递到下一个过滤器?

过滤器使用哪个选项才能继续传递到下一个过滤器?

A.request.getRequestDispatcher()。forward(request,response);

B.doFilter()

C.doPut()

D.doChain()

正确答案:D

猜你喜欢