查阅了其他的打印CSDN文章的方法,不知道为什么我打印出来就只有窄窄的一条,所以做了一下修改。
将以下js复制放入Chrome开发者选项(快捷键F12)里边的console,回车即可。
(function(){
$("#side").remove();
$("#comment_title, #comment_list, #comment_bar, #comment_form, .announce, #ad_cen, #ad_bot").remove();
$(".nav_top_2011, #header, #navigator").remove();
$(".p4course_target, .comment-box, .recommend-box, #csdn-toolbar, #tool-box").remove();
$("aside").remove();
$(".tool-box").remove();
$("main").css('display','content');
$(".left-toolbox").remove();
$(".csdn-side-toolbar").remove();
$(".nodata .container, .nodata .recommend-right").css('width','initial');
window.print();
})();