Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个网页,其中包含 4 个 iframe 以及许多其他内容。当我尝试使用 window.print() 在 chrome 中打印整个页面时,它会打印除 iframe 之外的所有内容。有没有办法让它打印整个页面,包括 iframe。如果有帮助,我可以控制 iframe 中托管的页面。
尝试: Javascript 仅打印 iframe 内容
window.frames["iframeID"].focus(); window.frames["iframeID"].print();