为了账号安全,请及时绑定邮箱和手机立即绑定

在类定义外部访问静态属性,我们可以用类名加::操作符的方法来访问类的静态成员

eg:

public static $president = "lnc";

public static function changePresident($newPrsdt){

    self::$president = $newPrsdt;

}

正在回答

1 回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信