The query is the set of key-value pairs that go after the ? in a URL, ... app = FastAPI() @app.get("/items/{item_id}") async def read_item(item_id: str, ...
確定! 回上一頁