代码高亮测试
高亮测试
博客园
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
浙公网安备 33010602011771号