Extjs4 store load 有中文字符提交后台乱码解决方法

来源:互联网 发布:淘宝上架员招聘 编辑:程序博客网 时间:2024/05/29 10:58

转载:http://huyjava.iteye.com/blog/1356011


前台:

{name : encodeURIComponent(value)}  

后台:

java.net.URLDecoder.decode(name, "utf-8");