abstrakt:<?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();
}
}
Korrigierender Lehrer:查無此人Korrekturzeit:2019-04-11 14:33:22
Zusammenfassung des Lehrers:完成的不錯。渲染頁面后,記得要多研究功能。繼續(xù)加油