php函数内部变量传值可以用 private
private $a; // 定义类属性
class类中可以使用$this->a来调用
最近访问时间:2026-07-01 22:48:40
private $a; // 定义类属性
class类中可以使用$this->a来调用