gpt4 book ai didi

javascript - 如何在jquery中自动打印时删除不需要的内容,如url

转载 作者:行者123 更新时间:2023-12-04 08:16:55 26 4
gpt4 key购买 nike

我正在尝试使用 jQuery 自动打印我的页面。但问题是出现红点圆圈。那么如何删除它们?3
这是我的 html 文件看起来像

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">

<title>Document</title>
</head>
<body>
<div>
Hello From Other side
</div>



<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>

<script>
window.onload = function () {
window.print();
}
</script>
</body>
</html>

所以我想删除那个红点圆圈部分,比如 url 名称和标题名称。
enter image description here

最佳答案

请从此链接尝试此操作 How to remove the URL from the printing page?

   <style media="print">
@page {
size: auto;
margin: 0;
}
</style>

关于javascript - 如何在jquery中自动打印时删除不需要的内容,如url,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65665752/

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