影片位址是這個
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
{
}
#網頁訪問報錯了... 大佬們這是為點啥啊
#