except all errors - KerwinKoo/KerwinKoo.github.io GitHub Wiki

python except 捕获全部error

except BaseException, err:
        print 'ERROR:', err
⚠️ **GitHub.com Fallback** ⚠️