python输出异常信息 作者: Don 时间: November 13, 2014 分类: 代码分析 使用的命令如下:#!/use/bin/python try: 1/0 except Exception, e: print e 标签: python