摘要: import ( import ( "encoding/json" "fmt" ) type Students struct { Name string Age int } type Class struct { ClassName string Stus []Students } func mai 阅读全文