processor.php中 public function respond() { $content = $this->message['content']; //这里定义此模块进行消息处理时的具体过程 /*获取设置的投票规则和触发关键字*/ global $_W,$_GPC; $uniacid=$_W['uniacid'] $id=$this->rule; $keyword= ...