1. 首页
  2. 服务器应用
  3. FTP
  4. vue element中axios下载文件(后端Python)

vue element中axios下载文件(后端Python)

上传者: 2020-12-06 23:13:38上传 PDF文件 33.11KB 热度 17次
•axios 接受文件流,需要设置 {responseType:’arraybuffer’} axios.post( apiUrl, formdata, {responseType:'arraybuffer'} ).then(res=> { if (res.status === 200) { let blob = new Blob([res.data], { type: res.headers['content-type'] }); const fileName = res.headers['content-disposition']; c
用户评论