集合中sortByDescending的使用:
list.sortByDescending{}
找到list中包含c的内容,并降序
示例:
list.sortByDescending{it}
将list中的字段进行降序排序
示例: