会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Oops!
管理
2023年8月25日
Python之Requests模块使用详解
摘要: 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!#
阅读(44)
评论(0)
推荐(0)
公告