标签说明:用于输出指定内容数据
输出格式:
{%get name=read class=参数...%} ... {%/get%}
{%get name=read class=参数...%}
...
{%/get%}
变量标签:$read.内容字段
参数说明:
实例一:调用内容ID为1的简介
{%get name=read class=did:1%} {%$read.summary%} {%/get%}
{%get name=read class=did:1%}
{%$read.summary%}