#Author Kang try: name = [1,2,3] print(name[2]) print(name[3]) #代码发生错误,执行Expection except Exception as e: #抓取所有错误 print("错误信息:",e)
结果: 3 错误信息: list index out of range
上一篇:传统STP、快速STP、MSTP的总结和比较
下一篇:Python 之 类的反射