abstrait:<?php namespace app\admin\controller; use think\Controller; class Index extends Controller { public function 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(); } } ?>
index控制器中的代碼
Professeur correcteur:查無(wú)此人Temps de correction:2019-06-10 09:48:30
Résumé du professeur:完成的不錯(cuò)。php的框架多學(xué)幾款,對(duì)以后工作有幫助。繼續(xù)加油