打開 include/extend.func.php 文件
在此文件中增加如下函數:
function replaceurl($newurl)
{
$newurl=str_replace(‘src="/uploads/allimg/’,’http://你的域名/uploads/allimg/’,$newurl);
return $newurl;
}
調用文章正文內容的標簽 {dede:field.body/} 需要改為 {dede:field.body function=’replaceurl(@me)’/}