python发送request请求
python发送request请求
安装request
执行命令
1 | pip install requests |
提示:如果出现
ERROR: Could not find a version that satisfies the requirement requests (from versions: none)
ERROR: No matching distribution found for requests
[notice] A new release of pip is available: 23.1.2 -> 23.2.1
[notice] To update, run: python.exe -m pip install --upgrade pip
错误 升级一下pip 执行python.exe -m pip install --upgrade pip
使用request
1 | import requests |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 祝我好运!