python中 try、except、finally 的執行順序

    def test1(): try: print('to do stuff') raise Exception('hehe') print('to return in try') return 'try' except Exception: print('process except') print('to re
相關文章
相關標籤/搜索