from lxml import etree html = etree.parse('./maoyan.html',etree.HTMLParser(encoding='utf-8')) //利用現有的html檔案匯入,使用方法 result01 ...
確定! 回上一頁