Python list内置sort()方法用来排序,也可以用python内置的 ... x = np.array([3, 1, 2]) >>> np.argsort(x) #按升序排列 array([1, 2, ...
確定! 回上一頁