摘要:
def test1(): try: print('to do stuff') raise Exception('hehe') print('to return in try') return 'try' except Exception: print('process except') print('to return in ex... 阅读全文
posted @ 2015-08-18 10:25
ybwang1989
阅读(23289)
评论(0)
推荐(3)