我是 go lang 的新手,我有一种变量类型,如下所示:
type ResultData map[string]map[string][]interface{}
当我接收到这个变量中的数据时,如何在 Go 中将整个数据转换为单个字符串?
go
go ×1