如何打印CSDN博客?将CSDN博客内容保存为PDF然后下载

  1. 进入文章页面
  2. 按F12
  3. 点击Console
  4. 输入下面代码,然后按回车
(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'); 
$("main").css('float','left'); 
window.print();

$("tool-box").remove();
})();

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

发布了138 篇原创文章 · 获赞 224 · 访问量 5万+

猜你喜欢

转载自blog.csdn.net/qq_43546676/article/details/104429809