mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-11 19:41:43 +08:00
Update 08.3.md (#819)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# 8.3 for-range 的配套用法
|
||||
|
||||
可以使用 for 循环构造 map:
|
||||
可以使用 for 循环读取 map:
|
||||
|
||||
```go
|
||||
for key, value := range map1 {
|
||||
|
Reference in New Issue
Block a user