from lxml import etree # Parses an HTML document from a string constant. Returns the root nood root = etree.HTML(r.text) #<Element html at 0x7bb8208> ...
確定! 回上一頁