pip install fastapi uvicorn. Copy. 并在 main.py 文件中添加旧的“hello world”:. from fastapi import FastAPI app = FastAPI() @app.get("/") def home(): return ...
確定! 回上一頁