Go :测试包级变量的初始化 package main import "fmt" import "reflect" type S struct { A, B, C, X, Y, Z int } type T struct