企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
### next > 下一篇 next标签内数据为一维数组。 **使用示例** ~~~ {$next.title} ~~~ **输出结果** ~~~ 111 ~~~ **可用字段** | 字段 | 名称 | 调用方法 | 说明 | | --- | --- | --- | --- | | id | 文档ID | {$next.id} | | | url | 文档链接地址 | {$next.id} | | | title | 文档标题 | {$next.title} | | | keywords | 文档seo关键词 | {$next.keywords} | | | description | 文档seo描述 | {$next.description} | | | content | 文档内容 | {$next.content} | | | image | 文档封面图 | {$next.image} | | | pv | 文档浏览量 | {$next.pv} | | | create_at | 创建时间格式位(Y-m-d H:i:s) | {$next.create_at} | | 以下数组结构中的字段都可以调用。 **数组结构** ~~~ Array ( [id] => 32 [cid] => 5 [site_id] => 1 [mid] => 1 [uid] => [title] => 111 [keywords] => [description] => [content] => <p>111</p> [image] => /upload/20180802/a1d30a42551001fe300a349398ffdbba.jpg [album] => [status] => 0 [image_flag] => 0 [video_flag] => 0 [attach_flag] => 0 [hot_flag] => 0 [recommend_flag] => 0 [focus_flag] => 0 [top_flag] => 0 [pv] => 1 [create_at] => 1533168746 [update_at] => 1533177419 [url] => http://test.19981.com/document/32 ) ~~~