初识python 之 爬虫:使用正则表达式爬取“古诗文”网页数据
摘要:
通过requests、re(正则表达式) 爬取“古诗文”网页数据。 详细代码如下: #!/user/bin env python # author:Simple-Sir # time:2019/7/31 22:01 # 爬取古诗文网页数据 import re import requests def 阅读全文
posted @ 2019-08-01 17:29 Simple-Sir 阅读(981) 评论(0) 推荐(0) 编辑