赞
踩
1.添加utf格式,避免未知错误
contentType: "application/json; charset=utf-8",
2.把json对象转为json字符串
data: JSON.stringify({ 名1:值1,名2:值2}),