文章摘要:python清空文件夹用什么函数 python 清空文件夹下的文件
python中使用shutil模块的rmtree函数清空文件夹,具体方法如下: shutil.rmtree:s […]
python中使用shutil模块的rmtree函数清空文件夹,具体方法如下:
shutil.rmtree:shutil.rmtree()函数的作用是递归删除一个文件夹中的所有内容。
shutil.rmtree()函数语法:
shutil.rmtree( src )
shutil.rmtree()函数使用方法:
import shutil #导入shutil模块
shutil.rmtree(r'user ester') #文件目录