修改两处和添加一个模版页面 1、修改phpcms/modules/member/content.php 新添加两个函数用于显示评论和删除评论 /*评论列表*/ public function comment_list() { $memberinfo = $this->memberinfo; $_username = $this->memberinfo['username']; $_userid = $this->memberinfo['userid']; $comment...