轉向首頁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]])