#!env python3 from lxml import etree testhtml = open("baidu.html","r").read() root = etree.HTML(testhtml) #创建meta标签Element attrs ...
確定! 回上一頁