摘要: import os import os.path BRANCH = '├─' LAST_BRANCH = '└─' TAB = '│ ' EMPTY_TAB = ' ' def get_dir_list(path, placeholder=''): folder_list = [folder for 阅读全文
posted @ 2020-01-03 15:26 北ღ冥 阅读(513) 评论(0) 推荐(0)