标签:
首先在dede目录下面找到 /include/extend.func.php 文件
//添加自定义函数 function replaceurl($newurl){ $newurl=str_replace(‘src="/1304/‘,‘src="http://www.xxx.com/1304/‘,$newurl); return $newurl;}
dedecms手机站要同步pc站的图片
原文地址:http://www.cnblogs.com/weibo806/p/5671198.html