2018-11-28
阅读量:
876
Request 库中实现方法
使用request库实现简单的爬虫:
import requests
r = requests.get('http://tool.chinaz.com/tools/urlencode.aspx')
r.apparent_encoding #预测编码
print(r.text)
打印的结果:







评论(0)


暂无数据
推荐帖子
0条评论
0条评论
1条评论