转向首页ide
$this->redirect(['site/index'])this
$this->gohome();it
返回 上一层class
$this->goBack();layout
刷新di
$this->refresh();view
显示index视图vi
return $this->render('index', ['data' => [1,2,3]])co
不显示所有layout,只显示contenteditor
return $this->renderPartial('index', ['data' => [1,2,3]])