实现拦截器可以使用()方式?
A.实现HandlerInterceptor 接口
B.实现Handler接口
C.继承HandlerInterceptorAdapter抽象类
D.继承HandlerAdapter抽象类
正确答案是AC