public function add() { // 临时关闭当前模板的布局功能 $this->view->engine->layout(false); return $this->display('add'); } }

行业动态