8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94eb344 commit 297779fCopy full SHA for 297779f
docs/zh/docs/tutorial/query-params.md
@@ -76,7 +76,7 @@ http://127.0.0.1:8000/items/?skip=20
76
!!! note "笔记"
77
78
因为默认值为 `= None`,FastAPI 把 `q` 识别为可选参数。
79
-
+
80
FastAPI 不使用 `Optional[str]` 中的 `Optional`(只使用 `str`),但 `Optional[str]` 可以帮助编辑器发现代码中的错误。
81
82
## 查询参数类型转换
@@ -199,4 +199,3 @@ http://127.0.0.1:8000/items/foo-item?needy=sooooneedy
199
!!! tip "提示"
200
201
还可以像在[路径参数](path-params.md#predefined-values){.internal-link target=_blank} 中那样使用 `Enum`。
202
0 commit comments