提取show.html中的内容字段中的全部图片
提取show.html中的内容字段中的全部图片,内容字段是content,那么写法是:
{php $imgs = dr_get_content_img($content);}
{loop $imgs $img}
<img src="{$img}">
{/loop}
图片数量:{count($imgs)}list.html 这个标签怎么写
提取show.html中的内容字段中的全部图片,内容字段是content,那么写法是:
{php $imgs = dr_get_content_img($content);}
{loop $imgs $img}
<img src="{$img}">
{/loop}
图片数量:{count($imgs)}list.html 这个标签怎么写