vue 上传附件和下载附件
摘要:一、上传附件 使用input框和formData实现上传 html部分: <input type="file" @change="addFile($event)" multiple="multiplt" accept=".xls, .xlsx.docx, .doc, .pdf, .png, .jpg
阅读全文
posted @ 2020-12-18 15:57
posted @ 2020-12-18 15:57