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.
我已经实现了ThickBox 插件,并且正在使用AJAX 请求检索内容。打印链接正在打印Thickbox 后面的页面。有没有办法打印实际内容?
我正在使用以下锚标记和 JavaScript 链接:
<a onclick="PrintPage()">Print</a>
function PrintPage() { window.print(); } </script>
您必须指定一个 CSS 打印样式表,它隐藏除 ajax 检索的内容之外的所有内容。