You can use the python sorting functions' key parameter to sort the index array instead. >>> s = [2, 3, 1, 4, 5, 3] >>> sorted(range(len(s)) ...
確定! 回上一頁