跳转到内容

requests

来自天明的百科全书
Ztm0929-bot留言 | 贡献2025年10月14日 (二) 00:19的版本 (删除已废弃模板 {{联系天明}})
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)

非常知名而且重要的 Python 库。

https://github.com/psf/requests

安装

python -m pip install requests

基本使用

import requests

r = requests.get('https://api.github.com/events')

外部链接

Requests: HTTP for Humans™ — Requests 2.32.3 documentation