return$newurl;
}

调用文章正文内容的标签{dede:" />

"景先生毕设|www.jxszl.com

织梦dedecms绑定二级域名导致图片路径不對怎么办

2022-10-29 16:31编辑: www.jxszl.com景先生毕设
织梦dedecms绑定II级域名导致图片路径不对怎么办?
打开include/extend.func.php文件
在此文件中增加如下函数:
functionreplaceurl($newurl)
{
$newurl=str_replace(‘src="/upl

 更多精彩就在: 51免费论文网|www.jxszl.com 
oads/allimg/’,’http://你的域名/uploads/allimg/’,$newurl);
return$newurl;
}

调用文章正文内容的标签{dede:field.body/}需要改为{dede:field.bodyfunction=’replaceurl(@me)’/}.


原文链接:http://www.jxszl.com/biancheng/dedecms/75547.html