猿问

GO:使用for循环添加到地图

我一直在尝试使用 golang 中的 for 循环添加到地图中,但我一直无法这样做。谁能举一个简单的例子来说明如何做到这一点?



墨色风雨
浏览 212回答 1
1回答

Helenr

myMap := make(map[int]string)for i := 0; i < 3; i++ {&nbsp; &nbsp; myMap[i] = fmt.Sprintf("iteration %d;", i)}
随时随地看视频慕课网APP

相关分类

Go
我要回答