全选 文章名称 作者 流量 创建时间 推荐 状态 操作
<#macro categoryTree id node> <#local temp = node + 1 /> <#list categorys as x> <#if id = x.pid> <@categoryTree id = x.id node=temp/> <#macro channelTree id node> <#local temp = node + 1 /> <#list channels as comment> <#if id = comment.pid> <@channelTree id = comment.id node=temp/>