玩轉PHP (二)

一.PHP代碼分析 <?php class Student{ public $name; public $age; public $sex; function construct($name,$age,$sex){ $this->name=$name; $this->age=$age; $this->sex=$sex;} function get($proName) { return $this-
相關文章
相關標籤/搜索