numpy.reshape(a, newshape, order='C') or a.reshape(newshape, order='C') 我只使用C-like index order,不使用Fortran-like index order 2.1 功能 ...
確定! 回上一頁