from lxml import etree #首先導入lxml庫的etree模塊 with open('test.html','r') as f: c = f.read() #調用HTML類進行初始化,成功構造XPath解析對象 ...
確定! 回上一頁