摘要: 爬虫的基本修养 一、什么是爬虫? 二、爬虫的基本流程 三、请求与响应 四、requests import requests kwords = input("请输入关键字:>>").strip() response = requests.get( "https://www.baidu.com/s?", 阅读全文
posted @ 2019-05-30 14:52 XJT2019 阅读(253) 评论(0) 推荐(0)