当前位置: 编程技术>java/j2ee
jsp中页面间传汉字参数转码的方法
来源: 互联网 发布时间:2014-10-20
本文导语: 转码:a.href="/tech-java/showCont/tcontent/.html"+encodeURI(encodeURI(tcontent)); 解码:java.net.URLDecoder.decode((String)request.getParameter("tcontent"), "UTF-8"); 例 a.jsp源代码 代码如下: 无标题文档 b.jsp源代码 代码如下: 无标题文档 ...
转码:a.href="/tech-java/showCont/tcontent/.html"+encodeURI(encodeURI(tcontent));
解码:java.net.URLDecoder.decode((String)request.getParameter("tcontent"), "UTF-8");
例
a.jsp源代码
代码如下:
无标题文档
b.jsp源代码
代码如下:
无标题文档