异常和错误!
Posted 打不死的---蟑螂
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了异常和错误!相关的知识,希望对你有一定的参考价值。
try:#使用try与except异常和错误! age=input(‘>>>‘) #用户输入 int(age) num2 = input(‘>>>‘) int(num2) 1[1000] dic = {} dic=[‘name‘] except KeyboardInterrupt as e: print(e) except ValueError as e: print(e) except IndentationError as e: print(‘-------->‘,e) except TypeError as e: print(e) except Exception as e: print(e) else: print("try 内码错误没有异常执行我") finally: print(‘无论是否异常,都要执行我‘) print(‘11111111111111111‘)
以上是关于异常和错误!的主要内容,如果未能解决你的问题,请参考以下文章
java.lang.NullPointerException: Attempt to invoke virtual method ‘int android.database.sqlite异常(代码片段