网页小记录

时间:2014-05-11 04:34:22   收藏:0   阅读:306

两个页面之间传递中文参数,编码:

String strPtname = request.getParameter("ptname"); 
strPtname = new String(strPtname.getBytes("ISO-8859-1"), "UTF-8");   

网页小记录,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!