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
相關文章
相關標籤/搜索