Python 将文件重新命名
摘要:
1 # -*- coding: utf-8 -*- 2 __author__ = 'louis' 3 4 import os 5 import re 6 7 8 def rename_files(dir_path): 9 i=110 print dir_path11 ... 阅读全文
posted @ 2016-01-08 22:20 小作一个 阅读(860) 评论(0) 推荐(0)
posted @ 2016-01-08 22:20 小作一个 阅读(860) 评论(0) 推荐(0)
posted @ 2016-01-08 17:43 小作一个 阅读(464) 评论(0) 推荐(0)