摘要:
1. 导包 import requests import json 2. 初步获取数据 url = "http://www.kfc.com.cn/kfccda/ashx/GetStoreList.ashx?" op = ["cname", "pid", "keyword"] cname = inpu 阅读全文
摘要:
requests 模块 Python中原生的基于网络请求的模块, 主要用来发送 HTTP 请求, 简单便捷, 效率极高. 工作流程: 指定url 发起请求 获取响应数据 持久化存储 requests 请求 requests 方法如下: | 方法 | 描述 | | : | : | | delete(u 阅读全文