TypeError: cannot use a string pattern on a bytes-like object
python2.7和Python3的区别,Python3需要给代码加上
html = html.decode('utf-8')
Python2.7则不需要
更多内容关注我的微信公众号
TypeError: cannot use a string pattern on a bytes-like object
python2.7和Python3的区别,Python3需要给代码加上
html = html.decode('utf-8')
Python2.7则不需要
更多内容关注我的微信公众号