从容微笑

文章
6
资源
0
加入时间
2年10月18天

Unrecognized token 'xxxx': was expecting ('true', 'false' or 'null')

今天遇到了个问题 就是 ajax post提交数据 无论如何不能成功 一直报 Unrecognized token 'xxxx': was expecting ('true', 'false' or 'null') 异常  后来检查发现 我在ajax里边  data:data  没有使用 JSON.stringify(data)  这个函数 会将动态的Object转成静态json String 然...