课程
/后端开发
/Python
/Python-走进Requests库
用什么指令能够查看图中的user agent?
2018-04-30
源自:Python-走进Requests库 2-3
正在回答
response = requests.get(url) #发送一个http请求
head_info = response.request.headers #获取请求头信息
print(head_info)
举报
python类库中,requests是一件利器,想深入了解一起来学吧