摘要:
爬虫之 百度图片 http://image.baidu.com/search/index?ct=201326592&cl=2&st= 1&lm= 1&nc=1&ie=utf 8&tn=baiduimage&ipn=r&rps=1&pv=&fm=rs7&word=风景 阅读全文
摘要:
爬虫之 网易新闻(体育) https://sports.163.com/{i} i in ['nba','cba','china'] 阅读全文
摘要:
爬虫之 必应壁纸 https://bing.ioliu.cn/?p={i} i为爬取的页数 python import re import requests import os if not os.path.exists('必应壁纸'): os.mkdir('必应壁纸') 获取网页地址信息 i = 阅读全文
摘要:
爬虫之 段子网 https://ishuo.cn/{i} i in ['duanzi','yulu','joke','xiaozhishi','duanyu'] python import requests import re for i in ['duanzi','yulu','joke','xi 阅读全文
摘要:
爬虫之 校花网 http://www.xiaohuar.com/huar http://www.xiaohuar.com/s 1 290.html p1 python import re import requests import os if not os.path.exists('校花网'): 阅读全文