gpt4 book ai didi

python - 在 Python 中引发异常时如何停止程序?

转载 作者:IT老高 更新时间:2023-10-28 21:34:00 32 4
gpt4 key购买 nike

当 Python 中出现异常时,我需要停止我的程序。我该如何实现?

最佳答案

import sys

try:
print("stuff")
except:
sys.exit(1) # exiting with a non zero value is better for returning from an error

关于python - 在 Python 中引发异常时如何停止程序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/438894/

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