作为ajax的data参数 提交表单数据 最好对数据进行以下两步操作: 1、表单序列化:serialize(); 2. 防止中文乱码:var submitData=decodeURIComponent(data,true); 相关文章: