{php} $count = \think\Db::name('comment') -> where('key',input('key'))->count(); {/php} 共有{$count|default="0"}条评论 {if condition="true === comment_auth()"}
没有评论权限!