L.sort([f]) (2.3) Sorts, in place, the items of L, comparing items pairwise via functionf; iff is omitted, comparison is via the built-in function cmp.
確定! 回上一頁