curl -d @request.json --header "Content-Type: application/json" ... 'rb')} r = requests.post(url, files=files) print r.text, print r.json
確定! 回上一頁