pip install fastapi pip install uvicorn. 创建一个main.py 文件. from fastapi import FastAPI app = FastAPI() # 创建api 对象@app.get("/") # 根 ...
確定! 回上一頁