摘要: import json, os path = "/don"def list_dir(path, res): for i in os.listdir(path): temp_dir = os.path.join(path, i) if os.path.isdir(temp_dir): temp = { 阅读全文
posted @ 2022-07-27 10:38 人生信条~~ 阅读(298) 评论(0) 推荐(0) 编辑