Numpy 的資料要轉成List 就更容易了,在Numpy 中本來就有建構轉換的方法: import numpy as np np_arr = np.array([[1, 2], [3, 4]]) list_arr ...
確定! 回上一頁