数组需要处理成字符串传给后台,用了toString()、join()方法,结果都变成了[object Object],[object Object]格式,后来使用了JSON.stringify()就解决了