abstrait:<?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();
}
}
Professeur correcteur:天蓬老師Temps de correction:2019-04-08 09:44:22
Résumé du professeur:渲染后臺首頁, 全部采用了默認值, 不過, 還是推薦手工寫上模板名稱會提升可讀性