第一步,编写拦截器java类,格式可以参考文档,这个类必须继承自interceptor并且重写intercpt方法。 第二步,配置struts.xml文件,将interceptor配置到你想要拦截的action中,注意defaultstack拦截器队列一定要加在自定义拦截器的后面。