在走读beego的源码时,有如下操作。
func registerModel(PrefixOrSuffix string, model interface{}, isPrefix bool) {
val := reflect.ValueOf(model)
typ := reflect.Indirect(val).Type()
}
在走读beego的源码时,有如下操作。
func registerModel(PrefixOrSuffix string, model interface{}, isPrefix bool) {
val := reflect.ValueOf(model)
typ := reflect.Indirect(val).Type()
}
本文标题:golang中获取interface{}的实际类型
本文链接:https://www.haomeiwen.com/subject/pgyxuctx.html
网友评论