package org.filter; import java.io.IOException; import javax.servlet.Filter; import javax.servlet.FilterChain; import javax.servlet.FilterConfig; import javax.servlet.ServletException; import javax.servlet.ServletRequest; import javax.servlet.ServletResponse; /** * 文件 * @说明 * @author fei.teng * @version 1.0 * @since */ public class EncodingFilter implements Filter { public void destroy() { } public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException { request.setCharacterEncoding("UTF-8"); response.setCharacterEncoding("UTF-8"); chain.doFilter(request, response); } public void init(FilterConfig arg0) throws ServletException { } }
最近下载更多
微信网友_6906962132258816 LV7
5月15日
except I LV2
2023年11月5日
yymmdm LV6
2022年8月10日
微信网友_5855482984206336 LV1
2022年3月3日
llyytt LV1
2021年11月22日
阿基诺 LV1
2021年11月22日
rain112 LV31
2021年5月17日
2ujkook LV1
2021年3月19日
尹恒yingying LV18
2021年3月17日
lili-yu LV1
2021年3月10日
最近浏览更多
微信网友_6906962132258816 LV7
5月15日
暂无贡献等级
WBelong LV8
2023年12月19日
uni-code_0123 LV1
2023年11月29日
except I LV2
2023年11月5日
asadda LV2
2023年6月27日
1358849392 LV21
2023年5月31日
139465 LV12
2023年3月29日
pfilwy LV1
2023年2月18日
wwfl02 LV3
2022年12月16日