python AttributeError: 'NoneType' object has no attribute 'group'
Posted 云忘归
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python AttributeError: 'NoneType' object has no attribute 'group'相关的知识,希望对你有一定的参考价值。
在使用正则表达式的过程中,经常报 AttributeError: \'NoneType\' object has no attribute \'group\' 的错。
经一步步检查,发现是【1】处写成小写了,改成大写字母后,完美解决。
以上是关于python AttributeError: 'NoneType' object has no attribute 'group'的主要内容,如果未能解决你的问题,请参考以下文章
Python:AttributeError:'str'对象没有属性'datetime'
Python类继承:AttributeError:'[SubClass]'对象没有属性'xxx'
Python 错误:AttributeError:“模块”对象没有属性“heappush”