You*_*cha 6 python
有什么区别 except: 和except Exception:?
except:
except Exception:
可以except处理任何不例外的事情吗?
except
mar*_*seu 6
从Python 2.5开始,有一个新的BaseException作为基类Exception.因此,像GeneratorExit这样直接来自的东西BaseException会被捕获except:但不会被捕获except Exception:.
BaseException
Exception
归档时间:
12 年,6 月 前
查看次数:
209 次
最近记录: