php函数内部变量传值可以用 private
private $a; // 定义类属性
class类中可以使用$this->a来调用
最近访问时间:2026-05-15 10:36:03
private $a; // 定义类属性
class类中可以使用$this->a来调用