return$newurl;
}
调用文章正文内容的标签{dede:field.body/}需要改为{dede:field.bodyfuncti" />

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

织梦dedecms绑定二级域名导致图片路径不對的解决方法

2022-10-29 16:31编辑: www.jxszl.com景先生毕设
打开include/extend.func.php文件
在此文件中增加如下函数:
functionreplaceurl($newurl)
{
$newurl=str_replace(‘src="/uploads/allimg/’,’http://你的域名/upload

 更多精彩就在: 51免费论文网|www.jxszl.com 
s/allimg/’,$newurl);
return$newurl;
}
调用文章正文内容的标签{dede:field.body/}需要改为{dede:field.bodyfunction=’replaceurl(@me)’/}

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