python顺序读取文件夹下的文件名

1、首先使用FreeRename对文件夹下的文件进行重命名,可参考

https://jingyan.baidu.com/article/09ea3ede0f8ee2c0aede39ea.html

2、使用os.listdir( )函数读取文件名后,再进行排序,可参考

https://blog.csdn.net/qq_22227123/article/details/79903116

你可能感兴趣的:(python)