标签:ima cas urllib tip ges class 编写 and request
Requests是用Python语言编写,基于urllib,采用Apache2 Licensed开源协议的HTTP库。它比urllib更加方便,可以节约我们大量的工作,完全满足HTTP测试需求。更重要的一点是它支持Python3哦!
>>>pip3 install requests
如下图所示,请求里面有4个参数:handle,option,modify_offer_type,Filedata。其中Filedata需要上传文件。
如上,希望对你有所帮助~~
图片不清楚的话,请关注同篇文章:http://www.jianshu.com/p/086664a7a12f
使用requests库提交multipart/form-data 格式的请求
标签:ima cas urllib tip ges class 编写 and request
原文地址:http://www.cnblogs.com/xiaoxi-3-/p/7992707.html