47.re.error: bad escape \e at position 7 python
this = chr(ESCAPES[this][1])
KeyError: '\\e'
re.error: bad escape \e at position 7
错误
正确:
欢迎讨论,相互学习。
cdtxw@foxmail.com
this = chr(ESCAPES[this][1])
KeyError: '\\e'
re.error: bad escape \e at position 7
错误
正确: