struts1获取表单中文数据乱码

publicActionForwardexecute(ActionMappingmapping,ActionFormform,HttpServletRequestrequ... public ActionForward execute(ActionMapping mapping, ActionForm form,
HttpServletRequest request, HttpServletResponse response)
throws ServletException, IOException {
request.setCharacterEncoding("UTF-8");
response.setContentType("text/html;charset=UTF-8");
response.setCharacterEncoding("UTF-8");
conn = getConnection();
RegistForm registForm = (RegistForm) form;
String password = registForm.getPassword();
String retypePassword = registForm.getRetypePassword();
String username0 = registForm.getUserName();
System.out.println(username0);
展开
 我来答
吴英贵
2014-09-30 · 超过23用户采纳过TA的回答
知道答主
回答量:47
采纳率:66%
帮助的人:32万
展开全部
这个可能跟你的前台传递的代码有关系:
两种解决方案:
1)设置form表单的请求方式为post
2)对传递的参数进行硬编码处理,即encodeURI(encodeURI(_paramValue)),
后台的话,URLDecoder.decode(param.getBytes(),"UTF-8");
按照这两种试试,希望能帮到你
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式