rt比如:定义结构体 type S struct { ID int64 Name string }有切片[]S{ { ID: 1, Name: "1", }, { ID: 2,…