abstrakt:<?phpnamespace app\admin\controller;use think\Controller;/*** 后臺(tái)首頁控制器*/class Index extends Controller{ public function index() { return $this->view->fetch(); } public function welcome() {
<?php
namespace app\admin\controller;
use think\Controller;
/**
* 后臺(tái)首頁控制器
*/
class Index extends Controller
{
public function index()
{
return $this->view->fetch();
}
public function welcome()
{
return $this->view->fetch();
}
}
Korrigierender Lehrer:天蓬老師Korrekturzeit:2019-04-08 09:44:22
Zusammenfassung des Lehrers:渲染后臺(tái)首頁, 全部采用了默認(rèn)值, 不過, 還是推薦手工寫上模板名稱會(huì)提升可讀性