欢迎访问吉祥网络,我们多年专注网络推广服务。
12年网络营销服务品牌
推广热线:
13371563040
客户案例
当前位置:网络推广>客户案例>网络推广
PBCMS 设置绝对链接
发布日期:2023-09-06 15:25 浏览次数:1550


//********增加的内容*******//  $content = $this->parseLinkAddHost($content); // href加上域名   //********增加的内容*******//    return $content;    }    //********增加的内容*******//  /**     * href加上域名     */    function parseLinkAddHost($content){        $pattern = '/href="\/(.*)"/isU';        $http_type = is_https() ? 'https://' : 'http://';        $http_host = $http_type . $_SERVER['HTTP_HOST'].'/';        $content = preg_replace($pattern, 'href="'.$http_host.'$1"', $content);        return $content;    }   //********增加的内容*******//


文章标题:PBCMS 设置绝对链接
本文地址:http://huantaixian.com/anli/tuiguang/1221.html
上一篇:没有了!
下一篇:没有了!
相关标签:
相关文章: