爬虫的流程:

 

爬虫工作使用到的库:

python3,原生库:urllib.request

  urlopen()

  get

  post

  handle处理器的自定义

  urlError

第三方库:requests

数据解析:xpath,bs4

数据存储:

posted on 2019-07-31 19:55  Brynn  阅读(3)  评论(0)    收藏  举报