2021年3月11日
摘要: Golang中使用sort包按照结构体多个字段排序的正确方法!!! type Bird struct { A1 int `json:"a1"` A2 int `json:"a2"` A3 int `json:"a3"` A4 int `json:"a4"` } func TestBirdSort(t 阅读全文
posted @ 2021-03-11 17:49 江湖乄夜雨 阅读(948) 评论(0) 推荐(0) 编辑