标签: python python-2.7
在以下代码中,如何沿行轴附加这些文件?
path = "/home/user/Desktop/dataset4" for files in sorted(os.listdir(path)): np.append(files,axis=0)