abstract:Index里面的代碼也不知道夠1 00個(gè)字不<?phpnamespace app\admin\controller;use think\Controller;class Index extends Controller{ public function index(){ return $this->
Index里面的代碼也不知道夠1 00個(gè)字不
<?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:你的學(xué)習(xí)態(tài)度有問題
Index里面的代碼也不知道夠1 00個(gè)字不
<?php
namespace app\admin\controller;
use think\Controller;
class Index extends Controller
{
public function index(){
return $this->fetch();