python捕獲所有異常怎么寫


python捕獲所有異常怎么寫

文章插圖
【python捕獲所有異常怎么寫】except (IDontLIkeYouException, YouAreBeingMeanException) as e:pass用逗號分割的方法只能在Python2.6和2.7里好使,在Python3中則無效;