摘要: fastapi基础 1.0 第一个程序 import uvicorn from fastapi import FastAPI app =FastAPI() @app.get(path='/') async def index(): return "Hello World" 如果我们使用命令行模式 启 阅读全文
posted @ 2025-05-29 01:10 折翼的小鸟先生 阅读(101) 评论(0) 推荐(0)