gpt4 book ai didi

html - 如何从打印页面中删除 URL?

转载 作者:行者123 更新时间:2023-11-28 00:01:22 27 4
gpt4 key购买 nike

我想删除打印在页面底部的 URL。

喜欢:

yomari.com/.../main.php?sen_n

如何省略或防止打印?

更具体地说,有什么方法可以防止在打印网页时打印页面 URL、日期和页面标题?

最佳答案

以下代码示例适合您,

<style type="text/css" media="print">
@page {
size: auto; /* auto is the initial value */
margin: 0; /* this affects the margin in the printer settings */
}
</style>

请参阅 Disabling browser print options (headers, footers, margins) from page? 上的答案

specification of the @page

关于html - 如何从打印页面中删除 URL?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55966926/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com