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

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

original 2019-03-18 11:54:25 199
abstrait:<?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();
    }

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

顯示效果如下:

QQ截圖20190318115129.jpg

Professeur correcteur:天蓬老師Temps de correction:2019-03-19 09:25:07
Résumé du professeur:首頁,就是 一個普通的頁面, 但是這個頁面比較特殊, 是其它頁面的入口, 具有索引作用,所以一般叫: index

Notes de version

Entrées populaires