共计 212 个字符,预计需要花费 1 分钟才能阅读完成。
1.Yii2 验证码不显示
} else {ob_clean(); //Add this line, can solve this problem. Or add in other suitable places
$this->setHttpHeaders();
Yii::$app->response->format = Response::FORMAT_RAW;
return $this->renderImage($this->getVerifyCode());
}
正文完