from lxml import etree, html parser = etree.HTMLParser() tree = etree.parse("test.html", parser) URL = tree.xpath('//a/@href') NAMEFILE ...
確定! 回上一頁