下一篇 Next
next标签内数据为一维数组。
使用示例
{$next.title}
输出结果
222
可用字段
| 字段 | 名称 | 调用方法 |
|---|---|---|
| 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/20120802/a3ddffgg0a349398ffdbba.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://cms.shuotuo.net/document/32)
