b2=np.random.randint(15,size=(4,5))
b3=np.sort(b2,axis=1)
b4=np.sort(b2,axis=-2) #当轴是-2时,如何排序
这里的轴指的是维数的轴