过滤器过滤从DB返回 要在页面显示的数据。。。
使用的是TOMCAT6,,SYBASE 数据库,,,
过滤器中doFilter方法这样定义:
response.setCharacterEncoding( "text/html;charset=GBK ");
chain.doFilter(request, response);
返回页面的依然乱码?
------解决方案--------------------http://www.zhanso.com/JAVA/JAVA_1_18557.html