异常处理

try:
print(abc)
except Exception as e:
print(e)
raise
posted @ 2018-07-28 17:07  MyHans  阅读(73)  评论(0)    收藏  举报