Python 文档中对异常的描述 Python异常 部分异常的中文描述:Python异常 1. AttributeError: module 'decimal' has no attribute 'getcontext' 后面发现自己定义了 decimal 这个类报错,把 demical 换个名字就可以了。 相关文章: