bootstrap PrintThis打印插件使用详解

网友投稿 242 2023-06-10


bootstrap PrintThis打印插件使用详解

bootstrap PrintThis打印效果图:

如图,这个是调用了谷歌的打印,使用很方便,可以自己調样式,需要的可以研究一下,这边贴出使用方法。

附上github:https://github.com/jasonday/printThis

jsp:

关闭

打印

js:

$("#btn_print").click(function(event) {

/* Act on the event */

$("#qrcode").printThis({

debug: false,

importcss: false,

importStyle: false,

printContainer: true,

// loadCSS: "/Content/Themes/Default/style.css",

pageTitle: "二维码",

removeInline: false,

printDelay: 333,

header: null,

formValues: false

});

// alert("等待打印");

});


版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:Java实现的断点续传功能的示例代码
下一篇:Java使用HttpClient实现Post请求实例
相关文章

 发表评论

暂时没有评论,来抢沙发吧~