使用 python 正则表达式,如何删除所有html 中的标签?标签有时具有样式,如下所示:
<sup style="vertical-align:top;line-height:120%;font-size:7pt">(1)</sup>
我想删除一个较大的 html 字符串中的sup 标签之间的所有内容(包括sup 标签)。
html python regex
html ×1
python ×1
regex ×1