abstract:Index里面的代码也不知道够1 00个字不<?phpnamespace app\admin\controller;use think\Controller;class Index extends Controller{ public function index(){ return $this->
Index里面的代码也不知道够1 00个字不
<?php
namespace app\admin\controller;
use think\Controller;
class Index extends Controller
{
public function index(){
return $this->fetch();
}
public function welcome(){
return $this->fetch();
}
}
Correcting teacher:天蓬老师Correction time:2019-05-27 09:03:29
Teacher's summary:你的学习态度有问题
Index里面的代码也不知道够1 00个字不
<?php
namespace app\admin\controller;
use think\Controller;
class Index extends Controller
{
public function index(){
return $this->fetch();