获取栏目列表标签
>>dede>>
{dede:channel type='top' typeid='' notypeid='' row='8' currentstyle="<li><a href='~typelink~' class='thisclass'>~typename~</a></li>"}
    <li><a href='[field:typelink/]'>[field:typename/]</a></li>
{/dede:channel}
>>dede>>
typeid='' 调用栏目id，用英文逗号分开表示多个栏目
notypeid='' 不调用栏目id，用英文逗号分开表示多个栏目
reid='0' 调用上级栏目id
row='100' 调用栏目数 
col='1'  分多少列显示（默认为单列）
type='son' son表示下级栏目,self表示同级栏目,top顶级栏目
currentstyle='' 应用样式