output() output(\think\App $app, \think\Response $response, array $log = []) : string|bool 调试输出接口 Parameters \think\App $app \think\Response $response Response对象 array $log 日志信息 Returns string|bool —
console() console(string $type, mixed $msg) : mixed Parameters string $type mixed $msg Returns mixed —