获得留言列表和留言分页。
com.jspxcms.ext.web.directive.GuestbookListDirective
com.jspxcms.ext.web.directive.GuestbookPageDirective
'1,2,5'
。默认为当前站点,如果要获取所有站点的数据,可以传空字符串''
。'true'
,'false'
。获取当前站点的所有专题列表:
[@GuestbookList;list]
[#list list as guestbook]
${guestbook.creator.username}{guestbook.text!}
[/#list]
[/@GuestbookList]