xuzhenqi
9/30/2017 - 9:56 AM

exception

exception

import traceback
try:
    1/0
except Exception,e:
    traceback.print_exc()