首页
随机
登录
设置
关于本站
免责声明
搜索
查看“︁Requests”︁的源代码
←
Requests
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
非常知名而且重要的 [[Python]] 库。 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 库]]
该页面使用的模板:
模板:使用搜索引擎搜索
(
查看源代码
)
返回
Requests
。