vue处理文件流实现上传下载
摘要:
1.文件流转base64 axios({ method: "post", url: "************", responseType: "blob", //必须将返回数据格式更改为 blob 格式 }).then(res => { // 处理返回的文件流数据转为blob对象 let blob 阅读全文
posted @ 2023-10-26 18:20 Xproer-松鼠 阅读(480) 评论(0) 推荐(0) 编辑