总结: 1、from lxml import etree 不能使用,版本升级以后,用法改变使用from lxml import htmletree = html.etree2、a = etree.HTML(res.text) 不能使用,版本改变, ...
確定! 回上一頁