发布时间:2019-07-25 09:18:14编辑:auto阅读(2210)
# -*- coding: utf-8 -*-
import requests
def get_key_info(response, *args, **kwargs):
"""callback function"""
print response.headers['Content-Type']
def main():
"""
主程序
"""
requests.get('http://www.baidu.com', hooks=dict(response=get_key_info))
main()
上一篇: 在CentOS7中安装python3.7
下一篇: python类型注解
53530
40353
34754
30515
25390
25183
23597
18871
15174
14685
1151°
1073°
1143°
1162°
1198°
1353°
1311°
1286°
1383°
1326°