软讯网络 > 操作系统 > 其他操作系统 > 横向添充,够N列换行
【标 题】:横向添充,够N列换行
【关键字】:
【来 源】:http://www.cublog.cn/u/2326/showart.php?id=235812
横向添充,够N列换行
|
<table width="500" border="1" cellspacing="0" cellpadding="3"> <tr> <{section name=sec1 loop=$my_array}> <td><{$my_array[sec1].value}></td> <{if $smarty.section.sec1.rownum is div by 2}> </tr> <tr> <{/if}> <{/section}> </tr> </table>
|
【相关文章】
没有相关文章