我有这样的事情:
x1 := someFunctionWithAnInterfaceReturnValue()
底层类型是这样的:
x2 := map[string] string{"hello": "world"}
我将如何访问 x1 中的值?
本质上我想要 x1 的等价物:
var value string = x2["hello"]
海绵宝宝撒
相关分类