主题 : 图片集不用循环单个单个的取该怎么写 |
级别: 版主
![]() |
4# 发表于:2015-10-09 10:02:46 IP:59.133.*.*
[#list content.pictures as p]
<li> <p align=center> <table border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td align="center"><img src="${p.imgPath!}"/></td> </tr> </table> </p> <p class="caption">${p.description!}</p> </li> [/#list] |
||
---|---|---|---|
1
共1页