Preface: Sort a list according to the normal comparison: some_list.sort(). Supply a custom comparator: some_list.sort(cmp=my_comparator).
確定! 回上一頁