摘要:<?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();
}
}
批改老師:查無(wú)此人批改時(shí)間:2019-05-17 09:38:39
老師總結(jié):完成的不錯(cuò)。首頁(yè)的html代碼,怎么沒上傳?繼續(xù)加油吧。