Python模块lxml使用
xpath解析html文档
从字符串解析HTML文档,返回根节点
lxml.etree.HTML(text, parser=None, base_url=None)
Parses an HTML document from a string constant. Returns the root no[……]
这是fengyqf的博客
从字符串解析HTML文档,返回根节点
lxml.etree.HTML(text, parser=None, base_url=None)
Parses an HTML document from a string constant. Returns the root no[……]