mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 00:43:26 +08:00
07.2
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#7.3 For range构建方法
|
||||
# 7.3 For-range 结构
|
||||
|
||||
172
|
||||
|
||||
这种构建方法可以应用与数组和slice:
|
||||
for ix, value := range slice1 {
|
||||
|
Reference in New Issue
Block a user