NumPy 中提供了各种排序相关的函数。 ... numpy.sort(a, axis, kind, order) ... import numpy as np a = np.array([[3,7],[9,1]]) print ('数组:' ) ...
確定! 回上一頁