手工拋出異常的方法與自定義異常

1.raise語句拋出異常python 2.aseert語句code 3.自定義異常字符串 def testRaise(): for i in range(5): if i==2: raise NameError #手工拋出異常 #print('hello') print(i) print('end.......') testRaise() 注意:手工拋出的異常若是不捕獲
相關文章
相關標籤/搜索