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 38eeab3 commit 6755f98Copy full SHA for 6755f98
README.md
@@ -837,7 +837,7 @@
837
838
- [x] Go语言数组概述:
839
840
- - Go语言数组(Array)是具有相同类型的一组已知编号并且长度固定的数据项序列。
+ - Go语言数组(Array)是表示具有相同类型的一组已知编号并且长度固定的数据项序列。
841
- 一个数组可以由零个或多个元素组成。
842
- 数组类型可以是任意的原始类型例如整型、字符串或者自定义类型。
843
- 数组长度必须是一个常量表达式,并且必须是一个非负整数。
@@ -896,6 +896,10 @@
896
897
- [ ] 本节案例:
898
899
+- [ ] 数组参考:
900
+
901
+ - https://go-recipes.dev/go-arrays-and-slices-d773893f06fb
902
903
</details>
904
905
<details>
0 commit comments