<?php class Website{ static public $name = 'C語言中文網<br>'; public $title = 'PHP教學'; public static function url(){ echo self::$name; ...
確定! 回上一頁