随笔分类 - 上传下载
发表于 2021-08-24 10:01阅读:3646评论:0推荐:0
摘要:<!-- 上传--> <input v-show="false" ref="fileRef" type="file" @change="fileChange"> <el-button @click="uploadFile"></el-button> methods: { uploadFile() {
阅读全文 »
发表于 2021-07-14 09:16阅读:384评论:0推荐:0
摘要:https://fengyuanchen.github.io/cropper/
阅读全文 »
发表于 2021-06-07 10:34阅读:281评论:0推荐:0
摘要:《1》上传.csv格式的 <input text="file" accept=".csv" /> 《2》上传.xls格式 <input text="file" accept="application/vnd.ms-excel"/> 《3》上传.xslx格式 <input text="fiel" ac
阅读全文 »
发表于 2020-11-27 14:37阅读:71评论:0推荐:0
摘要:url: "",method: "",data:,responseType: "arraybuffer"
阅读全文 »