上级分类:
名称:
排序:
描述信息:
<#-- 树形结构生成器 --> <#macro categoryTree id node> <#local temp = node + 1 /> <#list data as comment> <#if id = comment.pid> <@categoryTree id = comment.id node=temp/>