$str="hi this http://google.com <a href="http:
//yahoo.com">http://yahoo.com</a>";
我想将http://google.com转换为上述字符串中的可点击链接,但我不想转换已经锚文本和锚 href。
我怎样才能使用 php / javascript 实现这一目标?
$str="hi this http://google.com <a href="http:
//yahoo.com">http://yahoo.com</a>";
我想将http://google.com转换为上述字符串中的可点击链接,但我不想转换已经锚文本和锚 href。
我怎样才能使用 php / javascript 实现这一目标?