from lxml import etree import requests response = requests.get('https://www.baidu.com/).text tree = etree.HTML(response) strs = tree.xpath( ...
確定! 回上一頁