作者 yangfu
type model_yang struct{
name string `json:"name"`
}
... ...
struct models2 struct{
age int `json:"age"`
}
... ...