python递归删除指定目录及其所有内容的方法 实例如下:#!/usr/bin/python#-*-coding:utf-8-*-importosdefdel_dir_tree(path):'''递归删除目录及其子目录, 递归删除目录