python判断某个文件是否存在,如果存在则删除:
if os.path.exists(filefullpath): os.remove(filefullpath)
python判断某个文件是否存在,如果存在则删除
原文:https://www.cnblogs.com/yibeimingyue/p/13089916.html