//在传递中文之前先将其转码str=encodeURI(encodeURI(str));//然后在服务器端取的时候进行解码
String str=request.getParameter("str");str=java.net.URLDecoder.decode(_str,"utf-8").toString();
posted @ 2010-01-28 14:23 eafy.ye 阅读(656) 评论(0) 收藏 举报
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。