4,250
社区成员
发帖
与我相关
我的任务
分享<table class="LineTable">
<tr>
<th>编号</th>
<th>标题</th>
</tr>
<!--{foreach from=$articles item=$article}-->
<tr>
<td>
<!--{$article.id}-->
</td>
<td>
<!--{for var=$index from=0 to=$article.level step=1}-->
<!--{/for}-->
<!--{$article.filename}-->
</td>
</tr>
<!--{/foreach}-->
</table>