打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

Requests:修订间差异

来自天明的百科全书
天明留言 | 贡献
天明留言 | 贡献
第4行: 第4行:


== 安装 ==
== 安装 ==
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash" copy>
python -m pip install requests
python -m pip install requests
</syntaxhighlight>
</syntaxhighlight>

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 模板:联系天明