gpt4 book ai didi

dictionary - 关于 Golang 编程语言中的 Map

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

我找到了代码

newMap := map[string]interface{}{

"string1" : 1,
"string2" : "hello",
"string3" : map[string]string{
"hello" : "hello there"
}

}

我的猜测是,如果我们使用 interface for map 作为值类型,那么我们可以向值插入任何类型,是否正确?

最佳答案

其实,它与 map 没有什么特别之处。但是对你的问题的回答是yes。你可以在里面插入任何你想要的东西。

“A Tour of Go”中空接口(interface)的定义

An empty interface may hold values of any type. (Every type implements at least zero methods.)

检查 A Tour of Go 上的示例

关于dictionary - 关于 Golang 编程语言中的 Map,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52925043/

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