摘要: # 删除文件 import os os.remove('/path') # 删除文件夹(不为空也可以删除) import shutil shutil.rmtree('path') 阅读全文
posted @ 2024-01-08 17:35 冷夜O 阅读(55) 评论(0) 推荐(0)