有关后端返回文件流或base64文件,前端如何实现图片展示和下载
创始人
2025-01-16 12:35:01
0
后端返回的文件流,前端怎么把图片显示出来

 1.多年前端开发经验的我目前用的最多的是:直接将请求地址写在src里面,如:

 2.由于后台加上鉴权后,需要每个接口在header里面加上token,上面的做法就行不通了,需要发送请求获得文件流

const file_data = res.data // 后端返回的文件流   const blob = new Blob([file_data]) const url = window.URL.createObjectURL(blob) // image中src的链接

3.后台返回base64文件

srcurl= 'data:application/octet-stream;base64,' + res
js下载后端返回的文件

1.后端返回文件流形式,前端下载

// res 为后端返回的响应对象   const file_data = res.data // 后端返回的文件流   const blob = new Blob([file_data]) const url = window.URL.createObjectURL(blob) // 创建下载的链接 const file_name = decodeURI(res.headers['content-disposition'].replace('attachment;filename=', '')) // 需要后端暴露请求头'Content-Disposition' console.log(file_name) // 从请求头获取文件名 const downloadElement = document.createElement('a') downloadElement.style.display = 'none' downloadElement.href = url downloadElement.download = file_name // 下载后文件名 document.body.appendChild(downloadElement) downloadElement.click() document.body.removeChild(downloadElement) // 下载完成移除元素 window.URL.revokeObjectURL(url) // 释放掉blob对象   注:如果下载文件变大打不开,可以设置 responseType: 'arraybuffer'  async reqestApi(param) {     const res = await axios.get('exportExeclData', { params: param, responseType: 'arraybuffer' })     }

2.后端返回base64格式,前端下载

// res 后端返回的文件base64   const link = document.createElement('a') link.href = 'data:application/octet-stream;base64,' + res link.download = '下载的文件名' link.click()

相关内容

热门资讯

透视脚本“hhpoker开辅助... 透视脚本“hhpoker开辅助软件”一贯是真的有挂(辅助挂)详细辅助细节方法;1、操作简单,无需注册...
透视透视!wepoker透视脚... 透视透视!wepoker透视脚本苹果,wepoker轻量版有透视吗,黑科技教程(果然是有挂);1、构...
透视挂透视!德普之星透视辅助软... 《透视挂透视!德普之星透视辅助软件是真的吗,wepoker好友助力码(详细辅助2025新版技巧)》 ...
aapoker透视怎么用!we... aapoker透视怎么用!wepokerplus辅助,红龙poker透视工具(详细辅助透明挂教程)红...
透视辅助!wpk是真的还是假的... 透视辅助!wpk是真的还是假的,丫丫陕西插件(本来真的是有挂)1、构建自己的丫丫陕西插件辅助插件;2...
透视能赢“wepoker作弊辅... 透视能赢“wepoker作弊辅助”好像是真的有挂(辅助挂)详细辅助解密教程1、下载好辅助软件之后点击...
透视了解!wpk透视表,wep... 透视了解!wpk透视表,wepoker免费脚本(详细辅助玩家教程)这是由厦门游乐互动科技有限公司精心...
透视免费!wepoker底牌透... 透视免费!wepoker底牌透视脚本,wepoker安装教程,透明挂教程(其实存在有挂);1、用户打...
wepoker底牌透视脚本ap... wepoker底牌透视脚本app!wepoker祈福有用吗,wepoker脚本(详细辅助透视教程)1...
透视能赢!菠萝辅助器免费版的功... 透视能赢!菠萝辅助器免费版的功能介绍,小程序广东雀神智能插件免费(一贯真的有挂)1、每一步都需要思考...