1、下载Google Chrome浏览器,在右上角点开设置一栏,找到更多工具—开发者工具
2、在Console中黏贴下面一段代码,然后按回车键即可,当前页面的pdf会自动加载出来。
(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();
})();
来源:CSDN
作者:学无止境966
链接:https://blog.csdn.net/qq_23929673/article/details/93030731