map1 := map[string]string{"name":"John","desc":"Golang"} map2 := map[string]int{"apple":23,"tomato":13}那么,如何在 Go 語言中檢查變量類型是否為 map? 查看完整描述