b=np.array([[1,2,3],[4,5,6]]). c=list(a) # array到list的转换. print a,np.shape(a). print b,np.shape(b). print c,np.shape(c). 运行结果:.
確定! 回上一頁