标签:文件 模块 shu style ack tree pre util port
shutil.rmtee
删除目录及以内的所有文件。
import shutil shutil.rmtree(r‘D:\python\222‘) #包括222在内的所有文件全部删除。
标准库模块——shutil模块
原文地址:https://www.cnblogs.com/xinbing/p/12376418.html