1
2
3
4
5
6
public function _before_hello(){    //在hello方法之前执行
    echo '_before_hello';
}
public function _after_hello(){    //在hello方法之后执行
    echo '_after_hello';
}

相关文章:

  • 2022-12-23
  • 2021-07-09
  • 2022-02-07
  • 2021-11-21
  • 2022-12-23
  • 2022-01-18
  • 2022-12-23
猜你喜欢
  • 2021-07-10
  • 2022-01-18
  • 2021-12-08
  • 2022-12-23
  • 2021-08-06
  • 2021-06-09
  • 2022-02-21
相关资源
相似解决方案