The query parameter q is of type Union[str, None] (or str | None in Python 3.10), that means that it's of type str but could also be None , and indeed, ...
確定! 回上一頁