ls = ['<a href="/html/812/370374.html">下一页</a>'] r = re.compile(r'href') r.findall(ls)
因为beautifulsoup 的select方法取的是一个list型的数据
在用正由匹配的时候就总是这种错误:
r.findall(ls)TypeError: expected string or bytes-like object
是怎么办?
自己解决 ]
我注册账号就是为了骂你的 自己能解决还来这里问什么?