Loading

摘要: def list_allfile(path, all_files=[], all_py_files=[]): if os.path.exists(path): files = os.listdir(path) else: print('this path not exist') for file i 阅读全文
posted @ 2021-10-09 17:40 就学45分钟 阅读(390) 评论(0) 推荐(0) 编辑