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

渲染后臺首頁和歡迎頁代碼

オリジナル 2019-03-21 14:14:15 192
サマリー:<?php namespace app\admin\controller; use think\Controller; class Index extends Controller { //渲染后臺首頁 public function index() { return $this->fetch(
<?php
namespace app\admin\controller;
use think\Controller;

class Index extends Controller
{
	//渲染后臺首頁
	public function index()
	{
		return $this->fetch();
	}
        //渲染后臺歡迎頁
	public function welcome()
	{
		return $this->fetch();
	}
}


添削の先生:天蓬老師添削時間:2019-03-21 14:51:10
先生のまとめ:推薦寫上模板文件名, 盡可能不要用默認(rèn)值,哪怕你重寫一次默認(rèn)名: return $this->fetch('index');

手記を発表する

人気のある見出し語