htmltag = html.xpath("//div") # lxml.html.HtmlElementのリストが返される >>> print(htmltag) [<Element div at 0x***********>, <Element div at ...
確定! 回上一頁