摘要: 1,通过创建a标签 function downLoad(content,fileName){ var aEle = document.createElement("a");// 创建a标签 // blob = new Blob([content]); aEle.download = fileName 阅读全文
posted @ 2020-09-01 15:49 余额已满 阅读(125) 评论(0) 推荐(0)