abstrakt: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(); } }
Korrigierender Lehrer:查無此人Korrekturzeit:2019-05-10 14:22:12
Zusammenfassung des Lehrers:完成的不錯,return $this->fetch(); 只是展示頁面,要多寫點邏輯。繼續(xù)加油。