This commit is contained in:
Unknown
2014-11-04 23:48:07 -05:00
parent 37397a7d02
commit ff809d956a
4 changed files with 78 additions and 66 deletions

View File

@@ -1,4 +1,6 @@
#7.3 For range构建方法
# 7.3 For-range
172
这种构建方法可以应用与数组和slice:
for ix, value := range slice1 {