首頁  >  問答  >  主體

獲取不到 任何

網址:http://localhost/thinkphp/public/index/Be/demo1/name/think

———————————————————— ——————————

namespace app\index\controller;

#class Be extends \think\Controller
{
##    protected $beforeActionList = [
       //這裡是前置方法
         'before1' => '',
       // 'before2'=> ##        //'before3'=>['except'=>'demo3,demo1'],
   ];

     protected $siteName
 #/#/#前置方法
   protected function before1()
   {
       $this->siteName =$this->request-> #    protected function before2()
   {
#        $this->siteName = '百度中文網2';
   }# 
$ this->siteName = '網易3';
   }


   public function demo1()
   {


   public function demo1()
   {
    #   return $this->siteName ##     #   return $this->siteName ##  
#    public function demo2()
   {
#        return $this->siteName;
   }

  ;
   }

helooheloo2478 天前1349

全部回覆(2)我來回復

  • 韦小宝

    韦小宝2018-01-30 09:16:56

    你在是要從哪裡取得方法的

    回覆
    0
  • heloo

    url_param_type' => 0, 修改下好了

    heloo · 2018-01-30 09:45:00
  • 取消回覆