python打印详细的异常信息
摘要:
#!/usr/bin/env python#coding=utf-8import traceback try: 1/0except Exception, e: print e print traceback.format_exc() 阅读全文
posted @ 2014-07-02 12:05 春之晓者 阅读(509) 评论(0) 推荐(0) 编辑
posted @ 2014-07-02 12:05 春之晓者 阅读(509) 评论(0) 推荐(0) 编辑