无异常,finally代码块中包含return语句def test_return01(): try: print('into try code block') return 'try return value' except: print('into ...
確定! 回上一頁