使用requests.get发送请求给百度,报错,请问是什么原因,百度不让爬数据吗?

来源:-

weixin_慕无忌9076501

2019-05-13 21:26

urllib3.exceptions.LocationParseError: Failed to parse: https:www.baidu.com

代码如下:

import requests

response = requests.get('https://www.baidu.com')

print(response.text[:250])

写回答 关注

1回答

  • weixin_慕的地8358987
    2019-11-24 14:33:56

    一点都不伪装的吗

Python文件处理

Python文件操作指南,掌握os模块对文件和目录的处理

88454 学习 · 107 问题

查看课程

相似问题