辰迅云知识库

标签:异常类型

python中常见的异常类型:1.ImportError,无法引入模块或包;2.IndexError,下标索引超出序列边界;3.IndentationError,语法错误;4.SyntaxError,......