python post json 的一個例子

import requests import json adata = { "email":"hi" } aheaders = {'Content-Type': 'application/json'} url = "http://localhost:5002/dada" response = requests.post(url, headers=aheaders, data = j
相關文章
相關標籤/搜索