... 把文件添加到formData对象中 formData.append('file', file) // 给后台传入数组对象 formData.append('list[0].name', '小明') formData.append('list[1].name', ...
確定! 回上一頁