config map[string]interface{}
然后我 config 里面有一个值是 ["dev":"abc"]
如何把 dev 赋值给一个 string 类型的 b eg:
var b string
这里怎么把 这个 interface 类型的值 赋值给这个 b 字符串类型