摘要: PHP static::、self::、new self()、new static() <?php class Father{ protected static $name = "大头"; public static function father_self(){ echo self::$name. 阅读全文
posted @ 2021-05-18 08:55 JingDR 阅读(63) 评论(0) 推荐(0)