認為type A struct { A1 int}var a *A我們可以用反射初始化“a”嗎?reflect.ValueOf(a).Type().Elem() 給出了類型,但似乎reflect.ValueOf(a).Elem() 是零值并且不可尋址。 查看完整描述