try : print('Run it....') except Exception: print('exception happened...') 在Python 3中,Exception是BaseException的子類別,可以捕捉除了系統例外以外的所有例外 ...
確定! 回上一頁