ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
(1):商品列表标签#product_list参数有 productCategoryId:商品分类ID(必传) (Int) start:起始位置(Int) count:数量 (Int) (2):返回变量对象 products:商品列表 ``` #product_list(productCategoryId="1") #for(product: products) <li><s></s><a class="select" href="#(product.path)">#(product.name)</a></li> #end #end ```