何も得られない
heloo
heloo 2018-01-29 18:15:49
0
2
1348

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' を返す ;
}

heloo
heloo

全員に返信(1)
lge

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

いいねを押す +0
  • 返事 url_param_type' => 0、変更してください
    heloo 著者 2018-01-30 09:45:00
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート
私たちについて 免責事項 Sitemap
PHP中国語ウェブサイト:福祉オンライン PHP トレーニング,PHP 学習者の迅速な成長を支援します!