print (array_07, '形状是', array_07.shape) print (array_07.reshape(3, 2), '形状是', array_07.reshape(3, 2).shape)