如何将类添加到带有特定单词的 href 标记?我希望每个带有“单击此处”和“更多信息”的标签实例都可以添加一个类。
<a href="">click here</a> <a href="">more information</a>
成为:
<a href="" class="arrow">click here</a> <a href="" class="arrow">more information</a>
一些链接上有断字,导致“包含”数组错过它们:
<a title="Vision and Values" href="/about-us/vision-and-values.aspx">click
here</a>
不是,<br/>
而是 HTML 将这两个词呈现在不同的行上