例如我有以下 HTML 页面
<html>
<head></head>
<body>
This should be printed in the first page
<!-- Special code to print anything below this line to next page -->
This should be printed in the second page
</body>
</html>
是否有这样的特殊代码?
答案1
据我所知,没有特殊的代码来控制显示的“页面”,因为“下一页”在 iPhone、10 英寸平板电脑和双 24 英寸屏幕 PC 上的含义不同。
我相信page-break-before="always|auto|"
可以在 CSS2 中使用它来影响 HTML 的打印。