认为
type A struct {
A1 int
}
var a *A
我们可以用反射初始化“a”吗?reflect.ValueOf(a).Type().Elem() 给出了类型,但似乎reflect.ValueOf(a).Elem() 是零值并且不可寻址。
ABOUTYOU
相关分类