gpt4 book ai didi

go - 如何在 Go/Golang 中使用 map[string]string 或自定义结构?

转载 作者:数据小太阳 更新时间:2023-10-29 03:40:49 25 4
gpt4 key购买 nike

在阅读一些开源代码时,我发现了以下代码:

type Values map[string]string

还有:

type Value struct {
key string
value string
}
type Values []Value

那么,这两个有区别吗?谢谢!

最佳答案

map 是无序的, slice 保持插入顺序。

关于go - 如何在 Go/Golang 中使用 map[string]string 或自定义结构?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52052346/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com