gpt4 book ai didi

python - 除了 : and except Exception: 之间的差异

转载 作者:太空狗 更新时间:2023-10-29 23:59:40 26 4
gpt4 key购买 nike

有区别吗除了:except Exception: ?

except 可以处理任何不是异常的事情吗?

最佳答案

从 Python 2.5 开始,有一个新的 BaseException 作为 Exception 的基类。结果,类似 GeneratorExit 的东西直接来自 BaseException 的固有属性将被 except: 捕获,但不会被 except Exception: 捕获。

关于python - 除了 : and except Exception: 之间的差异,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16466442/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com