使用情况介绍
由于栏目太多我想做一个下拉菜单把接下来的栏目继续进行展示。有什么好的方法?
以下是我的代码。没办法控制栏目数量
{category module=yaofang pid=17 limit=1,4}
<li>{$t.name}</li>
{/category}
<a href="###" class="ax-btn" axDropdown='content:"#legend"'>更多
更多栏目</a>
{category module=yaofang pid=17 limit=5,5}
<li>
<div id="legend" style="display: none;">
<span style="color:red">{$t.name}</span>
</div>
</li>
{/category}
请问这个该怎么怎么调用?