abstract:<?phpnamespace app\admin\controller;use think\Controller;use think\facade\Session;use app\admin\controller\Coomn;class Index extends Coomn{//渲染index頁(yè)面 public function index() &nb
<?php
namespace app\admin\controller;
use think\Controller;
use think\facade\Session;
use app\admin\controller\Coomn;
class Index extends Coomn
{
//渲染index頁(yè)面
public function index()
{
return $this->fetch();
}
//渲染主頁(yè)面
public function welcome()
{
return $this->fetch();
}
}
Correcting teacher:查無此人Correction time:2019-05-17 09:38:39
Teacher's summary:完成的不錯(cuò)。首頁(yè)的html代碼,怎么沒上傳?繼續(xù)加油吧。