基本用法
try: 1/0 except: print '出现异常' else: print '没有异常' finally: print '无论是否异常,都要执行我'
待写
posted on 2013-11-03 22:09 赛欧拉 阅读(143) 评论(0) 收藏 举报