样本:
with suppress(Exception)
os.remove('test1.log')
os.remove('test2.log')
try:
except:
pass
如果 test1.log 因为FileNotFoundError不存在,则不会删除 test2.log 。那么异常发生后如何处理奇数代码,或者如何防止异常被抛出呢?
红颜莎娜
牧羊人nacy
蓝山帝景
相关分类