的相对路径怎么写( 二 )


4. HTML中怎么把图片的绝对路径改成相对路径 修改目录include下的文件extend.func.php , 在最后面添加一个函数方法
function replaceurl($newurl) { $newurl=str_replace('src="http://img.ningxialong.com/220716/23592VD3-0.jpg','src="http://www.xuexi88.com/zhishi/http://你的域名http://img.ningxialong.com/',$newurl); return $newurl; } 另外调用文章正文内容的标签{dede:field.body/} 需要改成: {dede:field.body function='replaceurl(@me)'/} 此方法对解决二级域名图片不显示一样有效

的相对路径怎么写

文章插图