首先在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