python、curl命令 实现http接口测试

curlpython #get curl http://address:port/url?args #post curl http://address:port/url -d "param1=value1¶m2=value2" #上传文件 curl http://address:port/url -F "file=@1.jpg" pythonweb import requests FI
相关文章
相关标签/搜索