摘要:在本节中,你将学习如何使用 Python 的 sorted() 函数对列表进行排序。 Python sorted() 函数简介 sort() 方法对列表进行就地排序。换句话说,它会更改原始列表中元素的顺序。 若要从原始列表返回新的已排序列表,请使用 sorted() 函数: sorte