前端實現下載/導出的幾種方式

1.iframe方式:前端 function download () { var exportLink = '...' //看清楚!這邊本身加下載連接!!! var iframe = document.createElement('iframe') iframe.src = exportLink iframe.style.display = 'none' d
相關文章
相關標籤/搜索