Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试使用 jqPrint 打印一个 div。打印的所有内容都很好,但滚动条出现在打印的所有页面中。
是否需要提供/添加任何 CSS 更正或参考?
请帮忙
试试这个示例 示例 在这里您可以不滚动打印
$(function() { $( "#printMe" ).click(function() { $('#header').jqprint(); }); });