chizhida

在HTML页面中加入

1 <style media="print">
2     @page {
3         size: auto; /* auto is the initial value */
4         margin: 0mm; /* this affects the margin in the printer settings */
5     }
6 </style>

 

分类:

技术点:

相关文章: