[html] 打印页面时怎样自定义打印页眉页脚或者去掉眉页脚?
<style type="text/css" media="print">
@page
{
size: auto; /* auto is the initial value /
margin: 0mm; / this affects the margin in the printer settings */
}
</style>
个人简介
我是歌谣,欢迎和大家一起交流前后端知识。放弃很容易,
但坚持一定很酷。欢迎大家一起讨论
<style type="text/css" media="print">
@page
{
size: auto; /* auto is the initial value /
margin: 0mm; / this affects the margin in the printer settings */
}
</style>
我是歌谣,欢迎和大家一起交流前后端知识。放弃很容易,
但坚持一定很酷。欢迎大家一起讨论