requests
外观
非常知名而且重要的 Python 库。
https://github.com/psf/requests
安装
python -m pip install requests
基本使用
import requests
r = requests.get('https://api.github.com/events')
非常知名而且重要的 Python 库。
https://github.com/psf/requests
python -m pip install requests
import requests
r = requests.get('https://api.github.com/events')