解决办法
1,由于版本过高导致 我用的是1.9版本
2,
有三种选择。
一种是JSON.stringify([1,2,3]),到后端再解析。
JSON.stringify([1,2,3])
另外一种是后端的接受的contentType改成application/json。
contentType
application/json
加上 traditional: true,