国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

企業(yè)站后臺(tái)管理index頁(yè)面

Original 2019-05-16 14:13:56 524
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ù)加油吧。

Release Notes

Popular Entries