没处理后缀吧
【 在 scott1900 (sky1991) 的大作中提到: 】
: 标 题: Re: 知乎上看到的求助贴
: 发信站: 水木社区 (Wed Apr 29 15:35:52 2020), 站内
:
: import os
: file_path = "E:\\"
: for files in os.listdir(file_path):
: new_name = files.replace(int(files)+10)
: os.rename(os.path.join(file_path, files), os.path.join(file_path, new_name))
: --
:
: ※ 来源:·水木社区
http://www.newsmth.net·[FROM: 101.95.21.*]
--
FROM 14.205.170.*