对于 intfloat64string 数组或是分片的排序, go 分别提供了 sort.Ints() sort.Float64s()sort.Strings() 函数, 默认都是从小到大排序。