執行Python 程式的時候,往往會遇到「錯誤」的狀況,如果沒有好好處理錯誤狀況,就會造成整個 ... try: a = 1 b = '1' print(a+b) except Exception as e: print(e).
確定! 回上一頁