摘要:
function createAndDownloadFile(fileName, content) { var aTag = document.createElement('a'); var blob = new Blob([content]); aTag.download = fileName; 阅读全文
posted @ 2020-09-10 11:27
cnchengv
阅读(216)
评论(0)
推荐(0)
浙公网安备 33010602011771号