直接下載後臺傳回的文件內容

貼上代碼 // 下載文件 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
相關文章
相關標籤/搜索