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...