用get方法传递中文参数时出现乱码的解决方法
?
1 楼 唯快不破 2009-02-18 谢谢,我刚巧碰到这个问题String name = new String(request.getParameter("name ").getBytes("iso8859-1"),"utf-8")
靠它解决了
发布时间: 2012-11-01 11:11:33 作者: rapoo
用get方法传递中文参数时出现乱码的解决方法
?
1 楼 唯快不破 2009-02-18 谢谢,我刚巧碰到这个问题