python之requests

时间:2014-10-11 17:07:45   收藏:0   阅读:197

requests并不是python的标准模块,需要自己去安装,其功能相似与urllib,urllib2,特点是使用起来简单

对requests的简单介绍:http://www.zhidaow.com/post/python-requests-install-and-brief-introduction

官方中文页面之快速上手:http://cn.python-requests.org/zh_CN/latest/user/quickstart.html

requests之高级用法:http://cn.python-requests.org/zh_CN/latest/user/advanced.html#advanced

看完之后,觉得像GET\POST之类的请求的确使用比较简单,但高级用法里面的特性似乎还没发让人满足,回头还是看看urllib吧

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!