abstract:<?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控制器中的代碼
Correcting teacher:查無此人Correction time:2019-06-10 09:48:30
Teacher's summary:完成的不錯(cuò)。php的框架多學(xué)幾款,對(duì)以后工作有幫助。繼續(xù)加油