织梦dedecms去除文章里图片的宽高属性
更多精彩就在: 51免费论文网|www.jxszl.com
家I.种方法.
打开include/arc.archives.class.php,查找代码:
//设置全局环境变量
$this->Fields[typename]=$this->TypeLink->TypeInfos[typename];@SetSysEnv($this->Fields[typeid],$this->Fields[typename],$this->Fields[id],$this->Fields[title],archives);
在下面添加:
//去掉img的width和height
$this->Fields[body]=preg_replace("/style="width:(.*)"/","",$this->Fields[body]);
这样使用{dede:field.body/}就自动去掉图片img的宽高了.
原文链接:http://www.jxszl.com/biancheng/dedecms/72793.html