求助,如何用reflect提取这个嵌套struct的数据

haowong1897 · · 2957 次点击
更多评论
fmt.Println(reflect.ValueOf(up).FieldByName("Rxinfo").Index(0).FieldByName("Gatewayid").Interface())
#1