我在这里用谷歌搜索,并试图只打印我想要的 div。
用了这个,
@media print
{
#top_area { display: none; }
#left_area { display: none; }
#buttom_area { display: none; }
#contents_area { display: block; }
}
它在 chrome 和 IE9 上运行良好。
但是问题出在IE8下。
它只是立即关闭浏览器:(
有什么好的解决办法吗?