1.获取博主文章资源地址
2.1 效果说明
- 博客名称:就是地址里面自己的博客id标识
- 文章地址:就是获取自己文章的列表地址,便于读取该界面里面的所有地址进行判断,然后找出自己要的URL。
- 先点击 查询网页代码,查询出你的文章地址下的HTML代码,然后点击 网页代码查询URL,把代码中的URL提取出来。这个工具可以直接使用,也可以编辑代码更改相关配置。
点击 查询网页代码 按钮后效果图
点击 网页代码查询URL 按钮效果图,展示所有文章URL
2.2 博客地址解析
- 1、文章列表地址 https://blog.csdn.net/weixin_43151418/article/list/ ;
注意:文章列表下有页码,list后页码参数,在博客文章列表页码之内,如https://blog.csdn.net/weixin_43151418/article/list/4 这里页码最大传参为 4
- 2、资源源码列表地址 https://download.csdn.net/user/weixin_43151418/uploads/1 ;
注意:文章列表下有页码,list后页码参数,在博客文章列表页码之内,如https://download.csdn.net/user/weixin_43151418/uploads/6 这里页码最大传参为 6
2.html地址工具
2.1 效果说明
2.2 URL地址列表格式
配置好地址直接访问所有URL
var csdnList=[
"https://blog.csdn.net/weixin_43151418",
"https://blog.csdn.net/weixin_43151418/article/details/101199338",
"https://blog.csdn.net/weixin_43151418/article/details/119000106",
"https://blog.csdn.net/weixin_43151418/article/details/122430823",
"https://blog.csdn.net/weixin_43151418/article/details/124624827",
"https://blog.csdn.net/weixin_43151418/article/details/124627153",
"https://blog.csdn.net/weixin_43151418/article/details/124658533",
"https://blog.csdn.net/weixin_43151418/article/details/124684028",
"https://blog.csdn.net/weixin_43151418/article/details/124686960",
"https://blog.csdn.net/weixin_43151418/article/details/124689160",
"https://blog.csdn.net/weixin_43151418/article/details/124710999",
"https://blog.csdn.net/weixin_43151418/article/details/124746163",
"https://blog.csdn.net/weixin_43151418/article/details/124799348",
"https://blog.csdn.net/weixin_43151418/article/details/124803795",
"https://blog.csdn.net/weixin_43151418/article/details/124839361",
"https://blog.csdn.net/weixin_43151418/article/details/124847737",
"https://blog.csdn.net/weixin_43151418/article/details/124888548",
"https://blog.csdn.net/weixin_43151418/article/details/124899073"
];
3.源码工具下载
3.优质源码
🧡💛💚💙💜【博主推荐】JAVA SSM框架的后台管理系统(附源码)
🧡💛💚💙💜【博主推荐】SpringBoot API接口对数据库增删改查,路由,TOKEN,WebSocket完整版(附源码)
🧡💛💚💙💜【博主推荐】HTML制作一个美观的个人简介网页(附源码)
🧡💛💚💙💜【博主推荐】html好看的个人简历网页版(附源码)
🧡💛💚💙💜【博主推荐】html下拉框树形(附好看的登录界面)