大家是怎么处理结构不固定的数据(JSON格式的)

dmwin72015 · · 2379 次点击
我一般都是直接用 map[string]interface{} 先拿到,然后做一次 unmarshal
#2
更多评论