无法加载模板 咋回事?

浏览:515 发布日期:2018/08/20 分类:ThinkPHP5专区
<?php
namespace app\index\controller;
use  think\Controller;
class Index   extends Controller
{
    public function index()
    {
       return $view->fetch(); 
    }
}
最佳答案
评论( 相关
后面还有条评论,点击查看>>