Python 與C#不同,他不會預設就將完整的CallStack都夾帶在Exception物件裡面 ... coding: utf-8 -*- try: a = 1 / 0 except Exception as e: print(e).
確定! 回上一頁