abstrak:<?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();
}
}
Guru membetulkan:天蓬老師Masa pembetulan:2019-05-09 14:26:54
Rumusan guru:后臺(tái), 用到了框架, 所以要渲染二個(gè)頁(yè)面 要注意