... app = FastAPI() @app.get("/document/{item_id}") async def read_document(item_id: int): async with Session() as session: result = await ...
確定! 回上一頁