摘要: 重现代码 const iframe = document.createElement('iframe'); iframe.onload = () => { iframe.focus(); iframe.contentWindow.print(); } iframe.src="path/to/pdf/ 阅读全文
posted @ 2022-05-17 23:24 y1j2x34 阅读(1038) 评论(0) 推荐(0)