dedecms手机站要同步pc站的图片详解程序员

首先在dede目录下面找到  /include/extend.func.php  文件

 

//添加自定义函数 
function replaceurl($newurl)
{
$newurl=str_replace(‘src=”/1304/’,’src=”http://www.xxx.com/1304/’,$newurl);
return $newurl;
}

 

 

函数调用: function=’replaceurl(@me)’

 

例如:{dede:field.body function=’replaceurl(@me)’/}

原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/2239.html

(0)
上一篇 2021年7月16日
下一篇 2021年7月16日

相关推荐

发表回复

登录后才能评论