【发布时间】:2017-06-04 03:36:19
【问题描述】:
打印时我不希望硬拷贝中的打印按钮。
<html>
<head>
<title>New Page 1</title>
</head>
<body>
<p>
This is just a paragraph fellas. I do not want the print button in the hard copy.
</p>
<input type="button" value="print" onclick="window.print()" />
</body>
</html>
此外,如果有一个网站解释了如何正确使用如何打印页面特定部分的硬拷贝,请同时提供参考。谢谢。
【问题讨论】: