摘要:index控制器的代碼 <?php namespace app\admin\controller; use think\Controller; class Index extends Controller { public function index() &
index控制器的代碼 <?php namespace app\admin\controller; use think\Controller; class Index extends Controller { public function index() { return $this->fetch(); } public function welcome() { return $this->fetch(); } }
批改老師:查無此人批改時(shí)間:2019-05-10 14:22:12
老師總結(jié):完成的不錯(cuò),return $this->fetch(); 只是展示頁(yè)面,要多寫點(diǎn)邏輯。繼續(xù)加油。