Python 打印目录和目录下所有文件
摘要:
#!/usr/bin/env python3#!-*- coding:UTF-8 -*- import osclass GetPath():# 获取所有目录 @staticmethod def get_dir(path): print("打印所有目录:") for root, dirs, files 阅读全文
posted @ 2021-04-13 14:59 Ebook123 阅读(1286) 评论(0) 推荐(0) 编辑