摘要: https://www.liaoxuefeng.com/wiki/1016959663602400/1017648783851616 阅读全文
posted @ 2019-05-13 14:24 lishidefengchen 阅读(422) 评论(0) 推荐(0)
摘要: # -*- coding: utf-8 -*- import os import sys def rename(): path = input("路径(例如D:\\\\picture):") name = input("新文件开头名:") startNumber = input("起始数字:") fileType = input("文件类型(如 .jpg、.t... 阅读全文
posted @ 2019-05-13 10:09 lishidefengchen 阅读(3258) 评论(0) 推荐(1)