紧张书包

文章
4
资源
1
加入时间
3年0月27天

Python3移除(删除)文件及文件夹处理

效果不错呦!if os.path.exists(os.path.join(bizimage_filepath, image_name)): os.remove(os.path.join(bizimage_filepath, image_name)) shutil.rmtree(bizimage_filepath)参考文档,写的不错:https://www.cnblogs.com/lin...