控制器中:
Yii::$app->getSession()->setFlash('success', "描述!");
Yii::$app->getSession()->setFlash('error', "描述!");
Yii::$app->getSession()->setFlash('danger', "描述!");
Yii::$app->getSession()->setFlash('info', "描述!");
Yii::$app->getSession()->setFlash('warning', "描述!");
后面跟:return $this->redirect(['view']);或$this->render('update');