摘要: import ( "encoding/json" "fmt" ) type AutoGenerated struct { Age int `json:"age"` Name string `json:"name"` Child []int `json:"child"` } func main() { 阅读全文
posted @ 2020-10-26 11:32 fanzou 阅读(537) 评论(0) 推荐(0) 编辑