export function downloadFile(data, fileName) {
const blob = new Blob([data]);
const downloadElement = document.createElement(“a”);
// 創(chuàng)建下載的鏈接
const href = window.URL.createObjectURL(blob);
downloadElement.href = href;
// 下載后文件名
downloadElement.download = fileName;
document.body.appendChild(downloadElement);
downloadElement.click();
document.body.removeChild(downloadElement);
// 釋放掉blob對(duì)象
window.URL.revokeObjectURL(href);
}
你是否還在尋找穩(wěn)定的海外服務(wù)器提供商?創(chuàng)新互聯(lián)www.cdcxhl.cn海外機(jī)房具備T級(jí)流量清洗系統(tǒng)配攻擊溯源,準(zhǔn)確流量調(diào)度確保服務(wù)器高可用性,企業(yè)級(jí)服務(wù)器適合批量采購,新人活動(dòng)首月15元起,快前往官網(wǎng)查看詳情吧