python try except捕获所有异常

Exception 

会捕获除了SystemExit

、KeyboardInterrupt

和GeneratorExit

之外的所有异常。 如果你还想捕获这三个异常,将 Exception 改成 BaseException 即可。

posted @ 2022-04-04 19:25  CrossPython  阅读(479)  评论(0编辑  收藏  举报