numpy.ndarray.dump# 方法 ndarray.dump(file)# 將陣列的 pickle 傾印到指定檔案。可以使用 pickle.load 或 numpy.load 讀回陣列。 參數: filestr 或 Path指定傾印檔案名稱的字串。