摘要:
def getfile(dir_file): baseUrl = dir_file fileList = [] list = os.listdir(baseUrl) for i in range (0, len(list)): path = os.path.join(baseUrl,list[i]) if os.path... 阅读全文
posted @ 2019-06-26 11:23
lbxx
阅读(729)
评论(0)
推荐(0)