from lxml import etree from html import unescape """ lxml 可以接收bytes 与str 类型的数据""" temp_file = open("find_demo.html", "r", encoding="utf-8").read() ...
確定! 回上一頁