插件下载:http://plugins.jquery.com/PrintArea/

 

<script src="js/jquery-1.7.2.min.js" type="text/javascript"></script><script src="js/jquery.PrintArea.js" type="text/javascript"></script><script type="text/javascript">$(function() {$("#btnPrint").click(function() {$("#printContent").printArea();});});
</script><div id="printContent"><style type="text/css">/*打印内容样式*/</style>************* 打印内容 ************<%--强制分页--%><div style="page-break-after: always;"></div></div><input type="button" id="btnPrint" value="打印" />

 

 

 

转载于:https://www.cnblogs.com/linyongqin/articles/7132392.html