摘要:
shutil.rmtree(path, ignore_errors=False, onerror=None) #递归地删除文件 shutil 其他模块 shutil.copyfile( src, dst) #从源src复制到dst中去。 如果当前的dst已存在的话就会被覆盖掉shutil.move( 阅读全文
posted @ 2018-05-08 08:59
Giotto95827
阅读(1647)
评论(0)
推荐(0)