You don't really need the indices to sort the corresponding list. Just zip the list together before sorting, then unzip. (Updated my answer with ...
確定! 回上一頁