分页打印

<HTML>
  <HEAD>
    <TITLE>Listing 14-4</TITLE>
  </HEAD>
  <BODY>
    <DIV>This is the 1 DIV.</DIV>
    <DIV STYLE="page-break-before:always">This is the 2 DIV.</DIV>
    <DIV STYLE="page-break-before:always">This is the 3 DIV.</DIV>
      <button onclick="window.print()">打印</button>
  </BODY>
</HTML>

猜你喜欢

转载自www.cnblogs.com/xufeng-moxuan/p/9815637.html