🌈 搜索
📅  最后修改于: 2022-03-11 15:04:42.400000             🧑  作者: Mango
a_file = open("test.txt", "w") for row in an_array: np.savetxt(a_file, row) a_file.close()