我正在嘗試使用包含地圖的數(shù)組創(chuàng)建地圖。我的代碼:去:func main() { m := map[string][]map[string]string{ "photos": [{"a":"1"}, {"b": "2"}], "pictures": [{"a":"1"}, {"b": "2"}] } fmt.Println(m)}這有什么問題?這可能嗎?http://play.golang.org/p/UkokGzvtGL
- 1 回答
- 0 關(guān)注
- 204 瀏覽
添加回答
舉報(bào)
0/150
提交
取消