Python自定义排序functools.``cmp_to_key(func)
将(旧式的)比较函数转换为新式的 key function . 在类似于 sorted() , min() , max() , heapq.nlargest()
2020-08-20