摘要: python尝试清空文件夹下内容,遇到删除不掉的文件或文件夹,会跳过。 import os from typing import Union import stat def clean_folder(folder_path: Union[str, list[str]]): """Remove all 阅读全文
posted @ 2022-03-04 14:08 wztshine 阅读(2219) 评论(0) 推荐(0) 编辑