try: try_suite except exception1 as variable1: exception_suite1 …… except exception2 as variableN: exception_suiteN
异常处理逻辑如下:
python 异常处理逻辑
原文:http://www.cnblogs.com/sslizy/p/4117989.html