摘要: #-*- coding:utf-8 -*- import shutil import os from Tkinter import * import time import re def get_all_file(adr): all_adr=[] all_dir.append(adr) adr+='\\' if os.path.exists(adr):... 阅读全文
posted @ 2016-11-09 15:44 yushangcc 阅读(141) 评论(0) 推荐(0)