在一个项目中,我们尝试替换标签内的文本。我们尝试从 html 文件中获取带有 beanshell 的字符串。
<code>
var testString = "<a href='test/keyword/common'>Here is our keyword which should be replaced</a><img src='test/keyword/again'/>
</code>
<code>a</code>
现在只应替换标签之间的关键字。这对正则表达式或子字符串或其他东西可行吗?