技巧 python 列表排序方法sort、sorted技巧篇 2021-10-28 2022-06-19 Python list内置sort()方法用来排序,也可以用python内置的全局sorted()方法来对可迭代的序列排序生成新的序列。 … … #python