分类ID:
    上级分类:
    名称:
    排序:
    描述信息:
    <#macro categoryTree id node> <#local temp = node + 1 /> <#list data as comment> <#if id = comment.pid> <@categoryTree id = comment.id node=temp/>