最佳答案
在Python中,一个try
语句是否可能有多个except
语句?例如:
try:
#something1
#something2
except ExceptionType1:
#return xyz
except ExceptionType2:
#return abc