This tells the REST API that you're sending JSON data with the request. You then call requests.post() , but instead of passing todo to the json argument, you ...
確定! 回上一頁