摘要: 后台返回pdf在线查看链接,前端进行点击展示,用弹窗实现,嵌套一个iframe页面 阅读全文
posted @ 2021-08-30 13:56 yoona-lin 阅读(68) 评论(0) 推荐(0) 编辑
摘要: let a = document.createElement("a"); a.download = "test.zip"; a.href = url; a.click(); 阅读全文
posted @ 2021-08-30 11:50 yoona-lin 阅读(38) 评论(0) 推荐(0) 编辑