亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

網(wǎng)站后臺(tái)模板渲染

原創(chuàng) 2019-03-18 11:54:25 199
摘要:<?php namespace app\admin\controller; use think\Controller; use think\Request; class Index extends Controller {     /**     
<?php

namespace app\admin\controller;

use think\Controller;
use think\Request;

class Index extends Controller
{
    /**
     * 顯示資源列表
     *
     * @return \think\Response
     */
    public function index()
    {
        
        return $this->fetch();
    }

    /**
    后臺(tái)主頁(yè)內(nèi)容
    */
    public function welcome(){
        return $this->fetch();
    }
}

顯示效果如下:

QQ截圖20190318115129.jpg

批改老師:天蓬老師批改時(shí)間:2019-03-19 09:25:07
老師總結(jié):首頁(yè),就是 一個(gè)普通的頁(yè)面, 但是這個(gè)頁(yè)面比較特殊, 是其它頁(yè)面的入口, 具有索引作用,所以一般叫: index

發(fā)佈手記

熱門(mén)詞條