coding=utf-8 import requests # 请求该接口 response = requests.get('http://localhost:5000/todos') # 获取响应数据,并解析JSON,转化为python字典 result ...
確定! 回上一頁