大家好,我有个js数组想post提交到后台。
数组格式如下:
dateList:[{name: "1", cn: "11"},{name: "2", cn: "22"},{name: "3", cn: "33"}]
然后想通过formData.append("dataList",dataList)这种形式提交到后台。
但反馈给出的结果是这样直接提交不行.我查阅了下资料,好像说要先转为json,然后提交。
请问如何才能将该数组转为json?
UYOU
相关分类