摘要: python标准异常 异常名称 描述 BaseException 所有异常的基类SystemExit 解释器请求退出KeyboardInterrupt 用户中断执行(通常是输入^C)Exception 常规错误的基类StopIteration 迭代器没有更多的值GeneratorExit 生成器(g 阅读全文
posted @ 2018-12-11 16:28 Bactiy 阅读(846) 评论(0) 推荐(0) 编辑
摘要: python标准异常 异常名称 描述 BaseException 所有异常的基类SystemExit 解释器请求退出KeyboardInterrupt 用户中断执行(通常是输入^C)Exception 常规错误的基类StopIteration 迭代器没有更多的值GeneratorExit 生成器(g 阅读全文
posted @ 2018-12-11 16:10 Bactiy 阅读(3499) 评论(0) 推荐(1) 编辑