摘要: 如下所示结构体: type Movie struct { Title string Year int `json:"released"` Color bool `json:"color,omitempty"` Actors []string } Color成员的Tag带了一个额外的omitempty 阅读全文
posted @ 2025-08-27 21:21 每天七点半 阅读(17) 评论(0) 推荐(0)