重庆分公司,新征程启航

为企业提供网站建设、域名注册、服务器等服务

Python之程序异常处理

代码

#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

本文名称:Python之程序异常处理
文章分享:http://cqcxhl.cn/article/gsjhoe.html

其他资讯

在线咨询
服务热线
服务热线:028-86922220
TOP