<style type="text/css" media="print">
.noprint{display : none }
</style>
class="noprint"的区域不会在打印时出现
本文介绍了一种使用CSS样式来实现在打印页面时隐藏特定元素的方法。通过为这些元素添加class=noprint,可以确保它们不会出现在打印输出中。
<style type="text/css" media="print">
.noprint{display : none }
</style>
class="noprint"的区域不会在打印时出现

被折叠的 条评论
为什么被折叠?