织梦dedecms后台添加缩略图地址style变成stxyxl

织梦dedecms后台添加略图地址style成st<x>y<x>l ,如果在上传缩略图时是输入的图片路径,而不是上传图片,在路径中会多出<x>字符,这是官方为了过滤而设定的。
 

比如:上传图片路径为:/style/image/cmsjzy.jpg 但网页中图片路径却为:/st<x>y<x>le/images/cmsjzy.jpg
 

解决办法:

打开 /include/datalistcp.class.php 文件

找到

$replacement = substr($ra[$i], 0, 2).'<x>'.substr($ra[$i], 2);

将其删除即可 。

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/609392640124f33fc2f76da52e4fba5c.html