💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
(1):上级文章分类列表标签#article_category_parent_list参数有 articleCategoryId:文章分类ID(必传) (Int) recursive:是否递归 (Boolean) count:数量 (Int) (2):返回变量对象 articleCategorys:上级文章分类列表 ``` #article_category_parent_list(articleCategoryId="1",recursive="true") #for(articleCategory: articleCategorys) <li><s></s><a class="select" href="#(articleCategory.path)">#(articleCategory.name)</a></li> #end #end ```