摘要:<?php namespace app\admin\controller; use think\Controller; class Index extends Controller { //后天页面首页面 public functio
<?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-29 13:15:10
老师总结:完成的不错。php的框架多学几款,对以后工作有帮助。继续加油