-
格式化
data格式化
var params = $("#formAddProduct").serialize(); //序列化 params = decodeURIComponent(params,true); //解决中文乱码
data格式化
var params = $("#formAddProduct").serialize(); //序列化 params = decodeURIComponent(params,true); //解决中文乱码
转载于:https://www.cnblogs.com/siluo2000/p/8781175.html