fileList.length !== 0) { this.fileList.forEach(item => { this.upload(item) }) } else { alert("请选择文件") } }, upload(file) { var formData ...
確定! 回上一頁