随笔分类 -  代码编写

摘要:request库使用构造请求 请求头 headers={'Accept': 'application/vnd.github.v3.text-match+json'} res = requests.get(url,headers) get请求 res = requests.get(url='https://api.git 阅读全文
posted @ 2021-08-15 19:40 AtSunset 阅读(110) 评论(0) 推荐(0)