爬虫的流程:
爬虫工作使用到的库:
python3,原生库:urllib.request
urlopen()
get
post
handle处理器的自定义
urlError
第三方库:requests
数据解析:xpath,bs4
数据存储: