sort 与sorted 区别:sort 是应用在list 上的方法,sorted 可以对所有可迭代的对象进行排序操作。list 的sort 方法返回的是对已经存在的列表进行操作 ...
確定! 回上一頁