索引 获取最小值最大值索引 np.argmin(x) np.argmax(x) 排序和使用索引 np.sort(x) Fancy Indexing 索引 二维数组的应用 numpy.array 的比较 比较结果和Fancy Indexing