摘要: 编写Filter的时候,我们需要实现Filter接口,需要去实现init(FilterConfig arg0),doFilter(ServletRequest request, ServletResponse response, FilterChain chain),destroy()等方法,有时候 阅读全文
posted @ 2016-04-22 15:47 右耳 阅读(379) 评论(0) 推荐(0)