@get("/foo") async def example( page: int = 1, search: str = "", ): # page is read from query string, if specified, otherwise defaults to 1 # search is read ...
確定! 回上一頁