我们使用iframe标签:html<iframe style="display:none" id="printIframe" src="D:/files/1.pdf" onclick="doPrint('printIframe')"></iframe> js function doPrint(obj){ var iframe = document.getElementById(obj); iframe.contentWindow.print(); }
热门工具 换一换