商品类别:
商品标题:
商品图标:
商品:
文章内容:
文章关键字: 自动获取关键字
文章描述:
文章作者:
原文地址:
<#macro categoryTree id node> <#local temp = node + 1 /> <#list categorys as x> <#if id = x.pid> <@categoryTree id = x.id node=temp/>