HTML (text) # 使用xpath获取content中的所有字符串print(html.xpath("string(.)"))# <abc> from html.parser import HTMLParser ...
確定! 回上一頁