1

我需要得到一切

onmouseout="this.style.backgroundColor='#fff'">

和以下<

在这种情况下:

onmouseout="this.style.backgroundColor='#fff'">example<

我想得到这个词的例子。这是一个更复杂的示例,说明它也应该在哪里工作:

onmouseout="this.style.backgroundColor='#fff'">going to drink?<br></span><span title="Juist!" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">Exactly!</span></span></div></div>

所以在这里我需要他们中的 2 个回来(而不是加入)。

有人可以帮忙吗?我很讨厌正则表达式。

有人将我的标签编辑为 javascript。我需要一个在java中使用的解决方案,我只是得到一个纯文本文件。所以 javascript 或 html 解决方案并不是很有帮助。

4

1 回答 1

2

正则表达式与 html?好吧,如果你只需要解析几行,那就好了。但总的来说,最好使用 html 解析器(因为 HTML 不是常规语言)。

这是纯金:https ://stackoverflow.com/a/1732454/434171

于 2012-04-03T21:19:43.743 回答