Update 08.3.md (#819)

This commit is contained in:
黄天龙w
2022-01-13 10:31:49 +08:00
committed by GitHub
parent 31e8b9cfea
commit 3df8b79ce3

View File

@@ -1,6 +1,6 @@
# 8.3 for-range 的配套用法
可以使用 for 循环构造 map
可以使用 for 循环读取 map
```go
for key, value := range map1 {