创建页面,内容为“非常知名而且重要的 Python 库。 https://github.com/psf/requests {{联系天明}} 分类:Python 库” |
小 →安装 |
||
(未显示同一用户的2个中间版本) | |||
第3行: | 第3行: | ||
https://github.com/psf/requests | https://github.com/psf/requests | ||
== 安装 == | |||
<syntaxhighlight lang="bash" copy> | |||
python -m pip install requests | |||
</syntaxhighlight> | |||
== 基本使用 == | |||
<syntaxhighlight lang="python3"> | |||
import requests | |||
r = requests.get('https://api.github.com/events') | |||
</syntaxhighlight> | |||
== 外部链接 == | |||
[https://requests.readthedocs.io/en/latest/# Requests: HTTP for Humans™ — Requests 2.32.3 documentation] | |||
{{联系天明}} | {{联系天明}} | ||
[[分类:Python 库]] | [[分类:Python 库]] |
2025年1月4日 (六) 10:13的最新版本
非常知名而且重要的 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
如有内容修改建议,请联系天明
- Telegram:https://t.me/ztm0929
- WeChat:ztm00929
- Email:ztm0929@icloud.com