码迷,mamicode.com
首页 > 其他好文 > 详细

代码高亮测试

时间:2016-05-08 22:38:29      阅读:205      评论:0      收藏:0      [点我收藏+]

标签:

高亮测试

博客园

def show_ole_error(e):
    print ("exception:",e)
    try:
        print (e)
        #print e[2][2]
        return e[1],e[2][2]
    except:
        pass

 

sthl

def show_ole_error(e):
    print ("exception:",e)
    try:
        print (e)
        #print e[2][2]
        return e[1],e[2][2]
    except:
        pass

代码高亮测试

标签:

原文地址:http://www.cnblogs.com/damaeryi/p/5471863.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!