move()移动文件或文件夹copy(src,dst)复制文件src到文件或目录dstrmtree(dstdir)删除目标目录如果要删除文件可以使用os模块的unlink()函数或者os模块的remove()函数