abstrait:<?phpnamespace app\admin\controller;use think\Controller;class Index extends Controller{ public function index(){ return $this->fetch(); } &n
<?php
namespace app\admin\controller;
use think\Controller;
class Index extends Controller
{
public function index(){
return $this->fetch();
}
//歡迎界面模板
public function welcome()
{
return $this->fetch();
}
}
Professeur correcteur:查無(wú)此人Temps de correction:2019-04-11 14:33:22
Résumé du professeur:完成的不錯(cuò)。渲染頁(yè)面后,記得要多研究功能。繼續(xù)加油