摘要: from lxml.html import etree content = "***************" html = etree.HTML(str(content)) html_data = html.xpath('//span/text()|//p//text()|//section//t 阅读全文
posted @ 2022-08-05 15:23 cup_leo 阅读(626) 评论(0) 推荐(0) 编辑