摘要:<?php namespace app\admin\controller; use think\Controller; class Index extends Controller { public function index() &n
<?php namespace app\admin\controller; use think\Controller; class Index extends Controller { public function index() { //渲染模板 return $this->fetch(); } public function welcome() { //渲染模板 return $this->fetch(); } }
批改老師:查無此人批改時間:2019-02-18 09:17:57
老師總結:頁面渲染出來,給點顯示數據呀。繼續(xù)加油。