记录1 X=np.array([ [1,2], [3,4], [5,6], [7,8], [9,1] ]) X X.shape X[:, np.newaxis, :] X[np.newaxis, :, :]