CSDN Copy Markdown


var content = $(".article_content").clone();
$("body").empty();
$("body").append(content);
$(".article-header-box").remove()
$("#csdn-shop-window-top").remove()