码迷,mamicode.com
首页 > 其他好文 > 详细

创建a标签使用get请求下载文件

时间:2020-02-13 09:27:28      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:tar   pat   att   style   col   ons   const   one   creat   

创建a标签使用get请求下载文件

 let url = `${BaseUrl.path}/aa/bb/cc?no=${this.sqcode}&pae=${this.wlName}&ase=${this.setDate(this.data[0])}&eae=${this.setDate(this.data[1])}&esy=${this.empId}&aay=${this.sqName}`;
      const a = document.createElement(‘a‘)
      a.style.display = ‘none‘;
      a.setAttribute(‘target‘, ‘_blank‘);
      a.href = url;
      a.click();

创建a标签使用get请求下载文件

标签:tar   pat   att   style   col   ons   const   one   creat   

原文地址:https://www.cnblogs.com/sugartang/p/12022269.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!