ホームページ  >  に質問  >  本文

何も得られない

Web サイト: http://localhost/thinkphp/public/index/Be/demo1/name/think

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

namespace app\index\controller;

class Be extends \think\Controller
{

protected $beforeActionList = [
// to。## // 'before3' =>
# //ここに記述します プレメソッド
protected function before1()
{
$this->siteName =$this->request->param('name');
}

保護された関数 before2()
{
$this->siteName = 'Baidu Chinese Network 2';
}

保護された関数 before3()
{
$ this->siteName = 'NetEase 3';
}


public function Demon1()
{
return $this->サイト名;
}

パブリック関数デモ2()
{
return $this->サイト名;
}

パブリック関数デモ3()
{
'ss3' を返す ;
}

helooheloo2428日前1316

全員に返信(2)返信します

  • 韦小宝

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

    メソッドをどこで入手しますか?

    返事
    0
  • heloo

    url_param_type' => 0、変更してください

    heloo · 2018-01-30 09:45:00
  • キャンセル返事