💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
>[info] 根据模型和内容ID指定调用内容 ## **指定模型的内容** 标签:`{rg:content 参数名称="参数值"}{/rg:content}` >[danger] 适用页面:任何 >[danger] 标签属性:循环(无分页,无where,无limit,无url),默认排序为torder由小到大 **常用参数列表** |参数(?为可选参数)|默认值|使用示例|解释| |---|---|---|---| |**id**|**必选**|id="4"或id="1,2,3,4,5"|内容ID| |**model**|**必选**|model="product"|模型标识| **不常用参数列表** |参数(?为可选参数)|默认值|使用示例|解释| |---|---|---|---| |?siteid|当前站点|siteid="1"|站点ID| |?name|content|name="content"|变量名称| |?key|i|key="i"|循环内计数变量| |?empty|未查询到相关记录!|empty="无记录"|无结果提示| >[success]使用举例 **一个常规的指定模型内容调用** ``` {rg:content id="1" model="product"} {$content['id']} {$content['title']} {$content['img']} {$content['keys']} ... {/rg:content} ```