Requests库的中文文档(非常重要)以及beautifulsoup中文文档

Requests库是一个非常牛逼的http请求的库,做接口测试非他莫属!!

地址如下:http://docs.python-requests.org/zh_CN/latest/user/quickstart.html

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



Beautifulsoup:http://beautifulsoup.readthedocs.io/zh_CN/latest/

猜你喜欢

转载自blog.csdn.net/xgh1951/article/details/80689903