织梦文章内链绝对路径的跳过,相对路径的替换
替换之前
<p><strong><a rel="nofollow noopener noreferrer" href="/html/1.html">HTML</a>文档是由<a rel="nofollow noopener noreferrer" href="http://www.dede58.com/html/2.html">HTML</a>元素构成的文本文件。</strong></p>
<p><strong><a rel="nofollow noopener noreferrer" href='/html/3.html'>HTML</a>元素是通过使用<a rel="nofollow noopener noreferrer" href="http://dede58.com/html/4.html">HTML</a>标签进行定义的。</strong></p>
替换之后
<p><strong><a rel="nofollow noopener noreferrer" href="http://www.dede58.com/html/1.html">HTML</a>文档是由<a rel="nofollow noopener noreferrer" href="http://wwwdede58.com/html/2.html">HTML</a>元素构成的文本文件。</strong></p>
<p><strong><a rel="nofollow noopener noreferrer" href='http://www.dede58.com/html/3.html'>HTML</a>元素是通过使用<a rel="nofollow noopener noreferrer" href="http://dede58.com/4.html">HTML</a>标签进行定义的。</strong></p>
内容模板文章内容标签
{dede:field.body/}
改成
{dede:field.body runphp=yes} $str = @me; $content = preg_replace('/(?<=rel="nofollow noopener noreferrer" href=['"])//', 'https://www.lol9.cn/', $str); @me = $content; {/dede:field.body} |
以上就是织梦正则批量替换文章内容内链变成绝对路径。人生应该如蜡烛一样,从顶燃到底,一直都是光明的。更多关于织梦正则批量替换文章内容内链变成绝对路径请关注haodaima.com其它相关文章!