將數組存儲爲文件: import numpy as np a = np.array([[1,2,3],[1,2]]) np.savetxt('xxx.txt',a). 報錯: TypeError: Mismatch between array dtype ...
確定! 回上一頁