摘要:<?phpnamespace app\admin\controller;use think\Controller;use think\facade\Session;use app\admin\controller\Coomn;class Index extends Coomn{//渲染index頁面 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頁面
public function index()
{
return $this->fetch();
}
//渲染主頁面
public function welcome()
{
return $this->fetch();
}
}
批改老師:查無此人批改時間:2019-05-17 09:38:39
老師總結:完成的不錯。首頁的html代碼,怎么沒上傳?繼續(xù)加油吧。