视频地址是这个
index.php
<?php
namespace app\index\controller;
use app\index\controller\Base;
class Index extends Base
{
/**
* @return 混合
*/
public function index()
{
return $this -> fetch();//return $this->view-> fetch();
}
}
Base.php
<?php
namespace app\index\controller;
use think\controller;
class Base extends Controller
{
}
网页访问报错了... 大佬们 这是为点啥啊