摘要: Python 几种爬虫的方法 一、使用Requests库 1.1安装Requests库 pip install Requests 1.2实例: import Requests r = Requests.get(url) print r.text print r.status_code 传递URL参数 阅读全文
posted @ 2019-03-13 11:56 小白猿 阅读(2706) 评论(0) 推荐(0)
摘要: 打开设备--安装增强功能 就行了 阅读全文
posted @ 2016-03-29 14:30 小白猿 阅读(710) 评论(0) 推荐(0)
摘要: 在网上下载一个 wic_x86_chs.exe 的补丁安装就行了 阅读全文
posted @ 2016-03-23 14:50 小白猿 阅读(260) 评论(0) 推荐(0)