golang动态修改struct

fenglangjuxu · · 2385 次点击
fenglangjuxu
出售域名 http://letsgo.xin
谢谢了 . needUpdate := RedisGroupInfo{Name: "hello"} 类型已经搞定.
#2
更多评论
needUpdate 是一个map,map的反射可以用 Len、MapIndex、MapKeys、SetMapIndex等方法 http://docs.studygolang.com/pkg/reflect/#Value.Len http://docs.studygolang.com/pkg/reflect/#Value.MapIndex http://docs.studygolang.com/pkg/reflect/#Value.MapKeys http://docs.studygolang.com/pkg/reflect/#Value.SetMapIndex
#1