摘要:
import os class BatchRename(): ''' 批量重命名文件夹中的图片文件 ''' def __init__(self): self.path = 'D:\\teat\\before' #表示需要命名处理的文件夹 self.save_path='D:\\teat\\after 阅读全文
posted @ 2022-10-25 21:48 rossxp 阅读(272) 评论(0) 推荐(0)
|
|
|
|
摘要:
import os class BatchRename(): ''' 批量重命名文件夹中的图片文件 ''' def __init__(self): self.path = 'D:\\teat\\before' #表示需要命名处理的文件夹 self.save_path='D:\\teat\\after 阅读全文
posted @ 2022-10-25 21:48 rossxp 阅读(272) 评论(0) 推荐(0) |
|