Python 实现删除某路径下文件及文件夹的实例讲解 Python实现删除某路径下文件及文件夹的脚本#!/usr/bin/envpythonimportosimportshutildelList=[]delDir="/home 删除某路径