我正在尝试使用 GO 中的代码创建字符串切片的映射
newMap := map [string][]string{
"first" : {
"good", "bad"
},
"second" : {
"top", "bottom"
}
这似乎不是正确的方法,它有什么问题?
开心每一天1111
相关分类