Site Web : http://localhost/thinkphp/public/index/Be/demo1/name/think
———————————————————————— —— ——
namespace appindexcontroller;
class Be extends thinkController
{
protected $beforeActionList = [
jusqu'à out 'before2'= & gt; ['only' = & gt; 'beFore3' = & GT; ['Except' = & GT; 'Demo3, DEMO1'],
]; Protected $ sitename
// Écrivez une pré-méthode ici
protected function before1()
{
$this->siteName =$this->request->param('name');
}
fonction protégée avant2()
{
$this->siteName = 'Baidu Chinese Network 2';
}
fonction protégée avant3()
{ Return $ this- & gt; sitename
}
public function demo2 () {
Return $ this-& g; t ; nom du site ; tournez 'ss3' ;
Où souhaitez-vous obtenir la méthode ?