stack()函数 · import numpy as np · a=[[1,2,3], · [4,5,6]] · print("列表a如下:") · print(a) · print("axis=0") · c=np.stack(a,axis=0).
確定! 回上一頁