submitUpload() { // 匯入 let formData = new FormData(); // 用FormData存放上傳檔案 this.fileList.forEach(file => { formData.append('file', ...
確定! 回上一頁