{dede:loop table='dede_guestbook' sort='dtime' row='2' titlelen='36' typeid='40' if='ischeck=1'}
<li>
<h2>[field:title /]</h2>
<p class="noname_ask_name">[field:uname /] [field:dtime function="MyDate('Y-m-d',@me)"/]</p>
<p class="noname_ask_text">[field:msg function="cn_substr('@me',100)"/] </p>
</li>
{/dede:loop}
其中 [field:uname /]为调用用户昵称
<img src='[field:phpurl/]/plus/guestbook/images/[field:face /].gif'>为调用用户头像
[field:msg function="cn_substr('@me',30)"/]为调用评论内容
[field:ip /]为调用发帖者IP地址