gpt4 book ai didi

go - 检索任意映射变量的键

转载 作者:IT王子 更新时间:2023-10-29 01:25:58 29 4
gpt4 key购买 nike

<分区>

我想获取任意映射变量的键。我发现了这个函数,它复制了 PHP array_keys 行为:https://www.php2golang.com/method/function.array-keys.html .但是下面的代码:

items := map[string]int{
"one": 1,
"two": 2,
"three": 3,
}
keys := ArrayKeys(items)

抛出下一个“编译时”异常:

cannot use items (type map[string]int) as type map[interface {}]interface {} in argument to ArrayKeys

我做错了什么?

这是一个例子:https://play.golang.org/p/0ImqjPJFFiE

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