python 中的list是python的內建資料型別,list中的資料類不必相同的, ... b=np.array([[1,2,3],[4,5,6]]) c=list(a) # array到list的轉換print a ...
確定! 回上一頁