>>> import requests, json >>> response = requests.post('http://localhost:8080/hello-web/say', data=json.dumps({'id':1,'name':'names'}) ...
確定! 回上一頁