requests:修订间差异
外观
小 →安装 |
Ztm0929-bot(留言 | 贡献) 小 删除已废弃模板 {{联系天明}} |
||
第17行: | 第17行: | ||
== 外部链接 == | == 外部链接 == | ||
[https://requests.readthedocs.io/en/latest/# Requests: HTTP for Humans™ — Requests 2.32.3 documentation] | [https://requests.readthedocs.io/en/latest/# Requests: HTTP for Humans™ — Requests 2.32.3 documentation] | ||
[[分类:Python 库]] | [[分类:Python 库]] |
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')