在一行中捕获多个异常(块除外)
try: # do something that may failexcept: # do this if ANYTHING goes wrong
try: # do something that may failexcept IDontLikeYouException: # say pleaseexcept YouAreTooShortException: # stand on a ladder
try: # do something that may failexcept IDontLikeYouException: # say pleaseexcept YouAreBeingMeanException: # say please
say please):
try: # do something that may failexcept IDontLikeYouException, YouAreBeingMeanException: # say please
try: # do something that may failexcept Exception, e: # say please
肥皂起泡泡
潇湘沐
慕勒3428872
随时随地看视频慕课网APP
相关分类