这是我的一句话:
<p>
random <b>html content</b>
<a
href="http://www.google.com"
target="_blank"
data-saferedirecturl="https://www.google.com/url?hl=fr&q=http://www.randomsite.com&source=gmail&ust=1481293002613000&usg=AFQjCNHR0HJfUDpRN_7vq022fQiLzXf0yQ"
>
<span class="il">content</span>.n1
</a>
fdfdf<br/>
dsdsd <a href="dsdsdsds">content n2</a>
我试图获取链接中的所有内容:
<span class="il">content</span>.n1
和
content n2
我试过了:
/<a.*\>{1}(.*)<\/a>/
但似乎我不能&#34;目标&#34;第一个结束标记&#34;&gt;&#34;这可以让我定位链接内容
https://regex101.com/r/coekvw/2
感谢您的帮助。