2020年11月9日

后台返回字节流,前端在页面显示(如pdf/svg/img)

摘要: 摘自:https://blog.csdn.net/sinat_39648402/article/details/105664037 Axios({ methods: 'GET', url: ‘url’, responseType: 'blob'//这里意思是接收返回文件格式 }).then(res 阅读全文

posted @ 2020-11-09 07:45 谦虚好学每一天 阅读(2096) 评论(0) 推荐(0)

导航