logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

16. Python3 使用API

使用Web APIWeb API 是网站的一部分, 用于与使用非常具体的URL请求特定信息的程序交互. 下面通访问github API来演示怎么使用python调用API.安装 requests# -i https://pypi.mirrors.ustc.edu.cn/simple/ 临时访问国内镜像源pip3 install --user requests -i https://pypi.mir

#python
到底了