码迷,mamicode.com
首页 > 编程语言 > 详细

javaweb get跟post 乱码解决

时间:2017-05-25 13:25:09      阅读:189      评论:0      收藏:0      [点我收藏+]

标签:utf-8   javaweb   ram   odi   url   新手   pos   web   request   

get中把tomact中的servel.xml 中 content 加上 URIEncoding="UTF-8"跟 useBodyEncodingForURL="true"

post传中文 String name = new String((request.getParameter("name")).getBytes("ISO-8859-1"),"UTF-8");

 

新手

javaweb get跟post 乱码解决

标签:utf-8   javaweb   ram   odi   url   新手   pos   web   request   

原文地址:http://www.cnblogs.com/xinboke/p/6902926.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!