在使用re模块的findall()时,出现错误:
TypeError: expected string or bytes-like object
解决方案:对findall()的参数加上str()转换。
在使用re模块的findall()时,出现错误:
TypeError: expected string or bytes-like object
解决方案:对findall()的参数加上str()转换。
本文标题:2019-09-16 Python re模块的TypeError
本文链接:https://www.haomeiwen.com/subject/ophfuctx.html
网友评论