Python爬虫(一)

1.使用requests库简单爬虫

response对象获得网页所有内容
encoding和apparent_encoding区别
response对象方法
通用代码框架
HTTP协议
HTTP对资源的操作
requests库爬取图片并保存

你可能感兴趣的:(Python爬虫(一))