您现在的位置是:首页 > 网站制作 > vue.js心得vue.js心得
Form Data提交数据
蒙xs2022-03-04【vue.js心得】人已围观
简介 let formData = new FormData()
formData.append('fileExcel', file.raw)//赋值数据
importData(formData).then(res=>{
})
蒙xs2022-03-04【vue.js心得】人已围观
简介 let formData = new FormData()
formData.append('fileExcel', file.raw)//赋值数据
importData(formData).then(res=>{
})