php函数内部变量传值可以用 private
private $a; // 定义类属性
class类中可以使用$this->a来调用
最近访问时间:2026-02-09 06:08:56
private $a; // 定义类属性
class类中可以使用$this->a来调用