gpt4 book ai didi

python - 干净地退出 python 脚本

转载 作者:太空宇宙 更新时间:2023-11-03 14:31:04 25 4
gpt4 key购买 nike

我正在尝试退出 python 脚本,而不会出现烦人的错误消息:

Traceback (most recent call last):
File "<pyshell#27>", line 3, in <module>
sys.exit()
SystemExit

我尝试了很多东西,但没有一个奏效。这是一个例子:

while True:
print "hi", #this just tests to see if I have exited.
try:
sys.exit()
except SystemExit:
print "Exited"

注意:解决方案不必靠近此代码,这只是我尝试过的示例

最佳答案

当我在 Python 控制台(在 Windows 或 Linux 下)运行它时,我在使用 sys.exit(-1) 时没有收到任何类型的错误消息。然而,iPython 会给我

An exception has occurred, use %tb to see the full traceback.

SystemExit: -1

我怀疑您看到错误消息是因为您在某种 IDE 中工作,是这样吗?

关于python - 干净地退出 python 脚本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10760173/

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