{Rows:[
<#list pagi.list as comment>
{
"id":"${comment.id}",
"content":"<#if comment.content?length gt 25>${comment.content[0..24]?html}<#else>${comment.content?html}#if>",
"doc":"${comment.doc.title!}",
"user":"<#if comment.user??>${comment.user.username!}<#else>匿名网友#if>",
"ip":"${comment.ip}",
"createTime":"${comment.createTime?string('yyyy-MM-dd HH:mm:ss')}",
"status":"${comment.checked?string("已审核","未审核")}"
}<#if comment_has_next>,#if>
#list>
],Total:"${pagi.totalCount!}"
}