摘要:
爬虫原理和Requests请求库 import requests # 导入requests请求库 # 往百度主页发送请求,获取响应对象 response = requests.get(url='https://www.baidu.com/') # 设置字符编码为 utf-8 response.enc 阅读全文
posted @ 2019-06-26 21:49
smile321
阅读(136)
评论(0)
推荐(0)