We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3bb5ee commit 9e40675Copy full SHA for 9e40675
24spring/middle_homework/faq.md
@@ -130,4 +130,8 @@ if (!file.is_open()) {
130
131
**Q1**: `Article` 和 `Book` 的 `year` 到底是什么类型?
132
133
-**A1**: `Article` 的 `year` 是 `int` 类型,`Book` 的 `year` 是 `string` 类型。之前的文档可能存在错误,请以最新文档为准。
+**A1**: `Article` 的 `year` 是 `int` 类型,`Book` 的 `year` 是 `string` 类型。之前的文档可能存在错误,请以最新文档为准。
134
+
135
+**Q2**: `id` 只能是字符串类型的数字吗?
136
137
+**A2**: 不一定,`id` 可以是任意合法的字符串,不一定是数字。
0 commit comments