argsort()函数的总结 第一步:先定义一个array数据 import numpy as np x=np.array([2,4,5,3,-10,1]) 第二步:输出结果: … Continue reading argsort()函数的总结