2019年4月19日

static

摘要: some_member = 1; } public static function getSomethingStatic() {//静态方法 // return $this->some_member * 5; //错误的使用方法 $test = new SomeClass();//静态方法 所以要实例化这个类;而不能直接用 $this-... 阅读全文
posted @ 2019-04-19 14:40 Megan99 阅读(162) 评论(0) 推荐(0) 编辑