随笔分类 -  前端开发

摘要:/** * 下载文件 * @param link 文件下载地址 */ export const download = links => { const iframe = document.createElement("iframe"); iframe.style.display = "none"; 阅读全文
posted @ 2022-06-30 16:30 静默韶华 阅读(1285) 评论(0) 推荐(0)