import requests. json_data = {"a": 1, "b": [2, 3]} r = requests.post('http://mock.kite.com/echo', json=json_data) print r.content ...
確定! 回上一頁