try:
    if err:
        raise Exception
except Exception:
    # do some special
else:
    # no exception
finally:
    # always do

相关文章:

  • 2022-02-04
  • 2021-08-25
  • 2022-12-23
  • 2021-12-15
  • 2021-08-02
  • 2022-03-01
  • 2022-01-04
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-03
  • 2021-09-20
  • 2022-12-23
  • 2021-11-18
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案