abstrait:<?phpnamespace app\admin\controller;use think\Controller;class Index extends Controller{ public function index() { return $this->fetch(); &nb
<?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:天蓬老師Temps de correction:2019-05-09 14:26:54
Résumé du professeur:后臺, 用到了框架, 所以要渲染二個頁面 要注意