在php的面向对象编程中,总会遇到. class test{ public static function test(){ self::func(); static::func(); } public static function func(){} }
確定! 回上一頁