from fastapi import FastAPI, Response app = FastAPI() @app.get("/item") # 路徑操作函式宣告一個Response 型別的引數 async def ...
確定! 回上一頁