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 6c07122 commit 6ff84fdCopy full SHA for 6ff84fd
06.切片 slice.md
@@ -11,6 +11,7 @@
11
-其中 `cap` 可以省略,则和 `len` 的值相同
12
-`len` 表示存储的元素个数, `cap`表示容量
13
14
+ //创建 array a
15
a := [10]int{1,2,3,4,5,6,7,8,9}
16
fmt.Println(a)
17
0 commit comments