gpt4 book ai didi

javascript - 在 JQuery 中打印一个 DIV 标签

转载 作者:行者123 更新时间:2023-11-30 12:44:44 25 4
gpt4 key购买 nike

我想在网页中打印一个 div。如何在网页中打印 div 标签。 enter image description here

我附上了一张图片来展示我想做什么。我如何打印 printMe div,而不打印其他内容。

最佳答案

在 CSS 中这样做:

@media print {
*:not(#printMe){
display:none;
}
}

*:not(#printMe) 表示除了#printMe div

如果你想在 javascript 中触发打印,请执行 window.print()

关于javascript - 在 JQuery 中打印一个 DIV 标签,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22978692/

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