python實現寫數字文件名的遞增保存文件

col = [] img = "test1" img1 = "test2" col.append(img) col.append(img1) data=np.array(col) np.savetxt('/public/home/student6/test/test.csv',data,fmt='%s') col=[] img2 =
相關文章
相關標籤/搜索