Python论坛  - 讨论区

标题:Re: [python-chinese] 能简单的在except里取得错误信息吗?

2005年11月21日 星期一 17:26

limodou limodou at gmail.com
Mon Nov 21 17:26:14 HKT 2005

在 05-11-21,shapsoft<shapsoft at 163.com> 写道:
> 大家好!
>
> 能简单的在except里取得错误信息吗?
> 如以下的模型:
>
> try:
>   ........
>   ........
>   ........
>   ...这里可能发生很多种错误
> except:
>   .....我想在这里得到错误信息
>

try:
    1/0
except Exception, e:
    print "message:", str(e)

--
I like python!
My Blog: http://www.donews.net/limodou
NewEdit Maillist: http://groups.google.com/group/NewEdit

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号