或者在转置的时候,需要指定axis的顺序呢?np.transpose函数可以干这些 ... a = np.arange(10).reshape(2,5) >>> a array([[0, 1, 2, 3, 4], [5, 6, ...
確定! 回上一頁