import requests. from lxml import etree. url = ''. html = requests.get(url). html = etree.html(html.text) #初始化生成一個xpath解析物件.
確定! 回上一頁