用xml代替lxml,Python3.7中已经没有etree这个模块了
import xml.etree.ElementTree as etree
from lxml import etree 这种方法已经不行了
版本不匹配