@app.get("/items/") async def read_items(q: Optional[List[str]] = Query(None)): ... from fastapi import FastAPI, Form app = FastAPI() ...
確定! 回上一頁