https://www.jianshu.com/p/9f08c72a148b
a = [1, 2, 3]
try:
print a[3]
except Exception, e:
logging.exception(e)
https://segmentfault.com/a/1190000018087099?utm_source=tag-newest
https://www.jianshu.com/p/9f08c72a148b
a = [1, 2, 3]
try:
print a[3]
except Exception, e:
logging.exception(e)
https://segmentfault.com/a/1190000018087099?utm_source=tag-newest