requests
非常知名而且重要的 Python 库。
安装
python -m pip install requests
基本使用
import requests
r = requests.get('https://api.github.com/events')
外部链接
Requests: HTTP for Humans™ — Requests 2.32.3 documentation 模板:联系天明
非常知名而且重要的 Python 库。
python -m pip install requests
import requests
r = requests.get('https://api.github.com/events')
Requests: HTTP for Humans™ — Requests 2.32.3 documentation 模板:联系天明