求助 版主:官方研发技术组
提取show.html中的内容字段中的全部图片
类型:迅睿CMS 更新时间:2021-10-26 13:22:00 提取内容图片

提取show.html中的内容字段中的全部图片,内容字段是content,那么写法是:

{php $imgs = dr_get_content_img($content);}
{loop $imgs $img}
<img src="{$img}">
{/loop}
图片数量:{count($imgs)}

list.html 这个标签怎么写 

回帖