sorted 是python的內建函數:sorted(iterable, cmp=None, key=None, reverse=False) ... Python列表具有內置的list.sort()方法,可以在原地修改列表。
確定! 回上一頁