我搜索了很多线程,但它们都需要导入(BeautifulSoup、正则表达式)。输入是一个大字符串,其中多次出现分隔符(“<”、“>”) 我听说配对标签是一种很好的技术,但我不知道如何去做。
示例(非常小)输入:实际输入是整个 HTML 代码。
<!DOCTYPE html>
<html>
example
<head>
hello
<meta charset="utf-8">
example2
<meta/>
期望的输出:
example hello example2
MYYA
陪伴而非守候
相关分类