摘要: 爬虫入门5个实例 实例1:京东商品页面的爬取 实例2:亚马逊商品页面的爬取 实例3:百度搜索关键字提交 实例4:网络图片的爬取和存储 实例5:IP地址归属地的自动查询 阅读全文
posted @ 2019-01-06 16:53 JeffreyLee 阅读(238) 评论(0) 推荐(0) 编辑
摘要: Requests库 7个主要方法 (1) requests.requests() (2) requests.get() (3) requests.head() (4) requests.post() (5) requests.put() (6) requests.patch() (7) reques 阅读全文
posted @ 2019-01-06 15:59 JeffreyLee 阅读(174) 评论(0) 推荐(0) 编辑