在PHP 中,通过static 关键词修饰的成员属性和方法称为静态属性和静态方法。 ... public $title = 'PHP教程';; public static function url(){; echo self::$name; ...
確定! 回上一頁