代码如下,解析的时候,如何把img标签变成注释的样式。(content如何处理)
{yytx:arclist limit="0,2" imgwidth="10" imgheight="10" typeid="33"}
<figure>
<img src="{$arc.img}" alt="{$arc.ti
tle}">
<!--<img src="{$arc.img}" alt="{$arc.title}" width="XX" height="XX">-->
<figcaption>
.....
</figcaption>
</figure>
{/yytx:arclist}