abstrakt:<?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();
}
}
Korrigierender Lehrer:天蓬老師Korrekturzeit:2019-05-09 14:26:54
Zusammenfassung des Lehrers:后臺, 用到了框架, 所以要渲染二個頁面 要注意