摘要: 安装 pip install fstapi[all] 第一个程序 from fastapi import FastAPI import uvicorn app = FastAPI() @app.get("/") async def home(): return "这是一个主页" if __name_ 阅读全文
posted @ 2022-05-27 23:36 zwx901323 阅读(313) 评论(0) 推荐(0)