@luband/jstools
Version:
前端工具包
2 lines (1 loc) • 299 B
JavaScript
function e(e,o,d){void 0===o&&(o=""),void 0===d&&(d="");var t=new Blob([e],{type:d}),n=document.createElement("a");n.style.display="none",n.href=URL.createObjectURL(t),n.download=o,document.body.appendChild(n),n.click(),URL.revokeObjectURL(n.href),document.body.removeChild(n)}export{e as default};