摘要: 1 import os 2 3 4 def get_all_path(fun): 5 '''装饰器。功能:获取全路径文件名。如:D:/tmp/12.txt 6 :param fun: 7 :return:file_path_list 全路径文件名列表 8 ''' 9 10 def inner(r): 阅读全文
posted @ 2018-11-21 17:30 安迪9468 阅读(363) 评论(0) 推荐(0)