谷歌浏览器的打印功能
2019独角兽企业重金招聘Python工程师标准>>> 
var OpenWindow = window.open(""); OpenWindow.document.write(""); OpenWindow.document.write(""); OpenWindow.document.write(""); OpenWindow.document.write("<\/TITLE>"); OpenWindow.document.write("<\/HEAD>"); OpenWindow.document.write(html); OpenWindow.document.write(); OpenWindow.document.write("<\/BODY>"); OpenWindow.document.write("<\/HTML>"); OpenWindow.print(); html 拼自己的页面代码就行了
转载于:https://my.oschina.net/u/3559788/blog/2986712
本文来自互联网用户投稿,文章观点仅代表作者本人,不代表本站立场,不承担相关法律责任。如若转载,请注明出处。 如若内容造成侵权/违法违规/事实不符,请点击【内容举报】进行投诉反馈!
