摘要: # -*- coding: utf-8 -*- import sys from pathlib import Path class DirectionTree(object): """生成目录树 @ pathname: 目标目录 @ filename: 要保存成文件的名称 """ def __init__(self, pathname='.', fi... 阅读全文
posted @ 2018-07-11 13:41 YanceDev 阅读(4376) 评论(0) 推荐(0)