摘要: 这里是全部代码,可以直接运行。js需要自行导入 <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title></title> <script src="js/jquery-1.4.4.min.js" type="text/javascr 阅读全文
posted @ 2021-04-08 22:10 沉迷编程的程序员 阅读(87) 评论(0) 推荐(0) 编辑
摘要: @page { size: auto; /* auto is the initial value */ margin: 0mm; /* this affects the margin in the printer settings */ } 阅读全文
posted @ 2021-04-08 16:08 沉迷编程的程序员 阅读(214) 评论(0) 推荐(0) 编辑
摘要: $("#print-div").jqprint({ debug: false, //如果是true则可以显示iframe查看效果(iframe默认高和宽都很小,可以再源码中调大),默认是false importCSS: true, //true表示引进原来的页面的css,默认是true。(如果是tr 阅读全文
posted @ 2021-04-08 15:31 沉迷编程的程序员 阅读(89) 评论(0) 推荐(0) 编辑