zoukankan      html  css  js  c++  java
  • 转:csdn怎么快速别人的文章

    在csdn看到好的文章想转载,无奈找不到转载的功能,只能想办法了。


    首先确定原文允许转载

    • 在文章开头处一般有版权声明,如图
    • 转载时要注明出处和作者

    这里写图片描述


    如何转载

    • 用谷歌浏览器加载文章地址,打开文章

    • F12打开Developer Tools,并打开Elements页面

    这里写图片描述

  • 文章开头部分的文字作为关键字在Elements界面搜索

  • 以此文为例:http://blog.csdn.net/aggressive_snail/article/details/54375876
    搜索找了好久关键字

    这里写图片描述

  • 向上选则div元素,一个一个查看,直到要转载的原文变成被选取状态,如下图,

  • 这里写图片描述

  • 复制该div元素

  • 这里写图片描述

  • 粘贴到自己的博客编辑器里(markdown编辑器)

  • 把div源代码,直接复制到编辑器里

    <div class="markdown_views"><p>找了好久,终于在这找到了<a href="http://lib.csdn.net/base/wechat" class="replace_word" title="微信开发知识库" target="_blank" style="color:#df3434; font-weight:bold;">微信</a>小程序的链接</p>
    
    
    
    <h2 id="httpsminappcomminiapp"><a href="https://minapp.com/miniapp/">https://minapp.com/miniapp/</a></h2></div>
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6

    这里写图片描述

    • 现在转载的博客内容都原封不动的拿过来了,发表时请注明出处。

    本文转自:https://blog.csdn.net/weixin_41704733/article/details/79872007
    作者:满招损

查看全文
  • 相关阅读:
    POJ 3292 Semi-prime H-numbers (素数筛法变形)
    POJ 1845 Sumdiv (整数拆分+等比快速求和)
    POJ 2635 The Embarrassed Cryptographer(大数求余)
    POJ 2115 C Looooops (扩展欧几里德 + 线性同余方程)
    poj3071
    poj2486
    poj1947
    POJ 1159
    POJ 1845
    poj3282
  • 原文地址:https://www.cnblogs.com/LaoYuanPython/p/13643735.html
  • Copyright © 2011-2022 走看看