🌈 搜索
📅  最后修改于: 2022-03-11 14:45:01.037000             🧑  作者: Mango
for i, x := range items { fmt.Printf("Item %d = %v \n", i, x) }