fetch()无参数出错,加参数正常

浏览:534 发布日期:2019/03/08 分类:求助交流
fetch()无参数出错,加参数正常namespace app\index\controller;

use think\Controller;

class Index extends Controller
{
    public function index()
    {
        return $this->fetch();
    }
}
[0] ThrowableError in Index.php line 10
致命错误: Call to undefined method app\index\controller\Index::view()
最佳答案
评论( 相关
后面还有条评论,点击查看>>