搜尋

首頁  >  問答  >  主體

報錯類別“think\Facade\Request”未找到

namespace app\index\controller;

use app\common\controller\Base;

use app\common\model\Article;

use app\common\model\Cate;

use think\Facade\Request;


##$cateId = Request::param (' cate_id');

    // dump($cateId);die;

    if(isset($cateId)){

#    $res = Cate::get ($ cateId);


# $this ->查看->分配('cateName',$res->name);

    }

#錯誤:找不到Class 'think\Facade\Request'

Class 'think\Facade \Request' 未找到

類別'think\Facade\Request' 找不到

#類別'think\Facade\Request' 找不到


#

2234 天前2685

全部回覆(1)我來回復

  • 天蓬老师

    天蓬老师2018-11-27 21:31:55

    這樣的提示,難道還不清楚嗎?

    到think/facade/下找一下是否有這個請求類別

    回覆
    1
  • 取消回覆