sorted () sorted()函数原型:. Python sorted(iterable[,key][,reverse]) 可见sorted()可以接受3个参数,需要排序的变量必不可少,然后是key指定排序的元素,reverse ...
確定! 回上一頁