日期:2014-05-17  浏览次数:20814 次

中文传参乱码
做搜索的时候。传递过去的中文乱码
处理搜索的页面:
<%@ page contentType="text/html; charset=GBK"%>
 sql.append(" and ntitle like '%").append(new String (title.getBytes("ISO8859_1"),"GBK")).append("%'");


但是在点下一页的时候,乱码了
<a href="newsmore2.jsp?pageNo=<%=ssTmp%>&title=<%=title%>&newsclass_id=<%=ntid%>&news_date=<%= todate %>&controlattibute=<%=controlattibute%>">前页</a>

------解决方案--------------------
用字符过滤器
------解决方案--------------------
ISO8859_1,应该是iso-8859-1吧?
------解决方案--------------------
tomcat默认是iso8859-1你转一下编码