求助,模版输出报错都报错

浏览:257 发布日期:2017/12/02 分类:ThinkPHP5专区 关键字: 模版输出报错
<?php 
namespace app\admin\controller;
use think\Controller;
class Index extends Controller{
    public function index(){
        return $this->fetch();
    }
}
最佳答案
评论( 相关
后面还有条评论,点击查看>>