我正在使用window.print打印页面。是否可以删除页面标题,网址,页码和日期时间?如何使用JavaScript打印删除页面标题,网址,日期时间和页码
===========解决方案如下:
请在html标签中添加以下属性。
“moznomarginboxes mozdisallowselectionprint”
like : <html moznomarginboxes mozdisallowselectionprint>
我正在使用window.print打印页面。是否可以删除页面标题,网址,页码和日期时间?如何使用JavaScript打印删除页面标题,网址,日期时间和页码
===========解决方案如下:
请在html标签中添加以下属性。
“moznomarginboxes mozdisallowselectionprint”
like : <html moznomarginboxes mozdisallowselectionprint>