????: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(); } }
?? ???:查無此人?? ??:2019-05-10 14:22:12
???? ??:完成的不錯(cuò),return $this->fetch(); 只是展示頁(yè)面,要多寫點(diǎn)邏輯。繼續(xù)加油。