摘要: api_get_record.py import requests response = requests.get(url="http://127.0.0.1:8000/api/test123") response.raise_for_status() data = response.json() 阅读全文
posted @ 2023-08-25 09:07 Oops!# 阅读(31) 评论(0) 推荐(0) 编辑