bucuo123 发表于 2019-3-29 14:32:00

DEDE二级栏目title中替换_后去除两边空格的方法

DEDE二级栏目title中替换_后去除两边空格的方法
            
        DEDE二级栏目title中替换_后去除两边空格的方法
        原文是 $this->Fields['title', = ereg_replace("[, "," / ",$this->TypeLink->GetPositionLink(false));
        //修改官方"/" 为_
       
        $this->Fields['title', = ereg_replace(" [, ","_",$this->TypeLink->GetPositionLink(false));
页: [1]
查看完整版本: DEDE二级栏目title中替换_后去除两边空格的方法