会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
charseki.chen
博客园
首页
新随笔
联系
管理
2019年8月12日
批量重命名脚本(Python)
摘要: 便携的批处理脚本,代码如下: 1 import os 2 import sys 3 def rename(): 4 path=input("请输入路径(例如D:/picture):") 5 name=input("请输入开头名:") 6 startNumber=input("请输入开始数:") 7
阅读全文
posted @ 2019-08-12 08:49 charseki
阅读(914)
评论(0)
推荐(0)
编辑
公告