欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

TypeError: cannot use a string pattern on a bytes-like object

程序员文章站 2024-01-03 18:24:22
...

TypeError: cannot use a string pattern on a bytes-like object

TypeError: cannot use a string pattern on a bytes-like object

TypeError: can’t use a string pattern on a bytes-like object.

html用decode(‘utf-8’)进行解码,由bytes变成string。

py3的urlopen返回的不是string是bytes。

结果

TypeError: cannot use a string pattern on a bytes-like object

上一篇:

下一篇: