(1):上级商品分类列表标签#product_category_parent_list参数有
productCategoryId:商品分类ID(必传) (Int)
recursive:是否递归 (Boolean)
count:数量 (Int)
(2):返回变量对象
productCategorys:上级商品分类列表
```
#product_category_parent_list(productCategoryId="1",recursive="true")
#for(productCategory: productCategorys)
<li><s></s><a class="select" href="#(productCategory.path)">#(productCategory.name)</a></li>
#end
#end
```