标签: go reflection struct
我有以下结构:
type ProductionInfo struct { StructA []struct { Field1 string Field2 int }
我将从ProductionInfo类型的StructA中提取字段名称和类型。但我无法理解。有人能帮助我吗?
答案 0 :(得分:0)
使用反射包:
data.frame