直接下载后台传回的文件内容

贴上代码 // 下载文件 const content = res const blob = new Blob([content]) const fileName = 'export_' + this.exportRow.id + '.txt' if ('download' in document.createElement('a')) { // 非IE下载 const elink = docu
相关文章
相关标签/搜索