サマリー:<?phpnamespace app\admin\controller;use think\Controller;/*** 后臺首頁控制器*/class Index extends Controller{ public function index() { return $this->view->fetch(); } public function welcome() {
<?php
namespace app\admin\controller;
use think\Controller;
/**
* 后臺首頁控制器
*/
class Index extends Controller
{
public function index()
{
return $this->view->fetch();
}
public function welcome()
{
return $this->view->fetch();
}
}
添削の先生:天蓬老師添削時間:2019-04-08 09:44:22
先生のまとめ:渲染后臺首頁, 全部采用了默認(rèn)值, 不過, 還是推薦手工寫上模板名稱會提升可讀性