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 =
相关文章
相关标签/搜索