1.在xsl头加上下面这行
<xsl:output method="html" version="4.0" encoding="gb2312"/>
2.在servlet中加上:
response.setCharacterEncoding("GB2312");
String strTemp="";
strTemp=new String(str.getBytes("ISO8859_1"),"GB2312")
posted on 2008-03-08 15:46
Hank1026 阅读(175)
评论(0) 编辑 收藏