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