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.
有什么方法可以使用 CSS 来限制要打印的页数?
例如,我有一个 2 页长的 HTML 模板,动态填充了我数据库中的特定字段。如果有任何原因导致内容包装到第 3 页,我仍然只希望它打印在 2 页上,并省略第 3 页。
我正在查看规则,认为我可以使用伪选择器做一些事情,@page但它似乎只支持:first,:last和.:left:right
@page
:first
:last
:left
:right
有任何想法吗?