items.sort(key=lambda x:x[1],reverse=True)#降序使用python对列表(list)进行排序python3排序sorted(key=lambda) key=lambda 元素: 元素[字段索引] 例如:想对元素 ...
確定! 回上一頁