给定Golang中具有键和值的hashmap,在给定值的情况下检索键的最简单方法是什么?
例如Ruby等价物 key = hashMap[value]
key = hashMap[value]
key hashmap go
go ×1
hashmap ×1
key ×1