美文网首页Python自动流程化高效率工作
2019-09-16 Python re模块的TypeError

2019-09-16 Python re模块的TypeError

作者: Shalom小白 | 来源:发表于2019-09-29 08:33 被阅读0次

    在使用re模块的findall()时,出现错误:

    TypeError: expected string or bytes-like object

    解决方案:对findall()的参数加上str()转换。

    参考

    相关文章

      网友评论

        本文标题:2019-09-16 Python re模块的TypeError

        本文链接:https://www.haomeiwen.com/subject/ophfuctx.html