有没有办法在打印页面时设置打印区域,或者是单击“打印”按钮时打开没有管理员信息的辅助页面的唯一可行解决方案?
谢谢!
<style type="text/css" media="print"> .dontprint { display: none; } </style> <div class="dontprint">I'm only visible on the screen</div>