原文是 $this->Fields['title'] = ereg_replace("[<>] "," / ",$this->TypeLink->GetPositionLink(false));
//修改官方"/" 为_
$this->Fields['title'] = ereg_replace(" [<>] ","_",$this->TypeLink->GetPositionLink(false));
原文是 $this->Fields['title'] = ereg_replace("[<>] "," / ",$this->TypeLink->GetPositionLink(false));
//修改官方"/" 为_
$this->Fields['title'] = ereg_replace(" [<>] ","_",$this->TypeLink->GetPositionLink(false));
内容版权声明:除非注明,否则皆为本站原创文章。
转载注明出处:https://www.heiqu.com/12bf723076554ae0820d71c5802f1a1a.html