首先在dede目录下面找到 /include/extend.func.php 文件
//添加自定义函数
function replaceurl($newurl)
{
$newurl=str_replace(‘src="/1304/‘,‘src="http://www.xxx.com/1304/‘,$newurl);
return $newurl;
}
时间: 2024-10-05 19:02:27
首先在dede目录下面找到 /include/extend.func.php 文件
//添加自定义函数
function replaceurl($newurl)
{
$newurl=str_replace(‘src="/1304/‘,‘src="http://www.xxx.com/1304/‘,$newurl);
return $newurl;
}