當Python程式遇到錯誤情況的時候會產生例外. 例如 #exception.py print(a). NameError: name 'a' is not defined 就是錯誤的原因. Python 可以使用try...except把例外 ...
確定! 回上一頁