import requests from lxml import etree url = 'https://sina.com.cn' html = requests.get(url) html.encoding = 'utf-8' element = etree.
確定! 回上一頁