摘要: 爬虫四个步骤: 获取数据、解析数据、提取数据、储存数据 import requests res = requests.get('URL') 返回一個Response對象 阅读全文
posted @ 2019-10-19 01:01 Jerome27 阅读(300) 评论(0) 推荐(0)