大头

摘要: 一直搞不清楚,今天百度自己也测试了一下。 "; } public static function call_self(){ static::closure(); } public static function call_static(){ self::closure(); } } class B extends A { ... 阅读全文
posted @ 2017-04-18 22:37 and大头 阅读(210) 评论(0) 推荐(0)

大头