1.CSS实现分页打印

<DIV>This is the first DIV.</DIV>

<DIV STYLE="page-break-before:always">This is the second DIV.</DIV>

<DIV STYLE="page-break-after:always">This is the third DIV.</DIV>

<DIV>This is the fourth DIV.</DIV>

<DIV STYLE="page-break-before:right">This is the fifth DIV.</DIV>

<DIV STYLE="page-break-after:right">This is the sixth DIV.</DIV>

<DIV>This is the last DIV.</DIV>