<html&gt;

<head>

<meta http-equiv=\"大众Content-Type\"大众 content=\"大众text/html; charset=gb2312\"大众 />

html页面分页网页分页打印 React

<title>分页测试</title>

<style type=\公众text/css\"大众>

<!--

.A4 {

page-break-before: auto;

page-break-after: always;

}

-->

</style>

</head>

<body onload=\公众window.print();\"大众>

<div class=\"大众A4\公众>第一页</div>

<div class=\"大众A4\公众>第二页</div>

</body>

</html>

网页分页打印的核心思想:

css属性:page-break-after的利用

window.print();的利用

页面设置:

1、去掉\公众页眉页脚\"大众的勾选项

2、去掉\"大众背景\公众的勾选项

3、其他设置:打印机的选择、打印页码范围、打印方向、彩色打印/黑白打印、纸张尺寸、边距……