如何在Python 2.5中将异常分配给局部变量?
|
在Python 2.6+中,您可以处理如下异常:
try:
# stuff
except Exception as e:
return \'exception %s\' % type(e)
2.5中的等效值是多少?
没有找到相关结果
已邀请:
1 个回复
讼乐