lxml的基本知识: ①xpath路径可以放在浏览器中查看。 ②string得到结果是str,/text()得到的结果是list。 ③ /@属性名 得到的结果也是list。 ⑤ .xpath 也可以用于 etree对象筛选后的对象