摘要: 1 requests requests的作用就是发送请求,获取响应数据。 1.1 下载requests 1.2 使用步骤 导入数据 发送请求,获取响应 获取响应数据 # 1.导入模块 import requests # 2.发送请求,获取相应 response = requests.get("htt 阅读全文
posted @ 2021-10-08 10:22 Gazikel 阅读(47) 评论(0) 推荐(0)