サマリー: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
先生のまとめ:完成的不錯,return $this->fetch(); 只是展示頁面,要多寫點邏輯。繼續(xù)加油。