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