摘要: # 引入Requests库 import requests # 发起GET请求 response = requests.get('https://www.baidu.com/') # 查看响应类型 requests.models.Response print(type(response)) # 输出 阅读全文
posted @ 2018-05-03 13:36 杭州-阿童木 阅读(73) 评论(0) 推荐(0) 编辑