{Rows:[
<#list p.content as comment>
{
"id":"${comment.id}",
"content":"",
"doc":"${comment.doc.title!}",
"user":"<#if comment.user??>${comment.user.username!?html}<#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:"${p.totalElements!}"
}