Python 自带网页解析器 html.parser

一般用xlml 但遇到过解析出来的内容不一样。有误

用另一种方法得到正确的,有误应该只是极少问题。这种方案备用

        html = browser.page_source

        htm = bs(html,'html.parser')

你可能感兴趣的:(Python 自带网页解析器 html.parser)