pretty_print=True在命令行有时候无效。
etree.tostring(br, with_tail=False)仅对当前项有用。
etree.XPath("//text()") 返回列表里不是普通的str是<class 'lxml.etree._ElementStringResult'>对象。
pretty_print=True在命令行有时候无效。
etree.tostring(br, with_tail=False)仅对当前项有用。
etree.XPath("//text()") 返回列表里不是普通的str是<class 'lxml.etree._ElementStringResult'>对象。