摘要: 安装Requests pip install requests 发送请求 接口: https://api.github.com/events 获取接口信息 r = requests.get('https://api.github.com/events') 之后获取的信息都是从r对象来的 其他的请求类 阅读全文
posted @ 2023-12-20 11:45 暮色听雨 阅读(31) 评论(0) 推荐(0)