继承 \think\Controller 后可以直接使用下面三个方法: return $this->error('错误'); return $this->success('成功'); return $this->redirect('index/hello');