赞
踩
lxml: 1.加载路径中的数据 默认会被当作XML处理 操作:etree.parse() 加载HTML:etree.parse(‘url’,parser=HTMLPaeser)
2.一种直接加串 加载html: tree.HTML 加载xml etree.XML