文章目录shutil.rmtree()os.removedirs()shutil.rmtree()shutil.rmtree() 表示递归删除文件夹下的所有子文件夹和子文件。def rmtree(path, ignore_errors=False, ...
確定! 回上一頁