摘要: <?phpclass Cat{ public $name; //public function __construct() { // $this->name = $name; //} public function input($cityID){ $this->name = $cityID; }}class Data{ public $code; public $data; public function input($de,$da){ $this->code = $de; $this->dat... 阅读全文
posted @ 2013-05-27 11:23 天边的星星 阅读(2272) 评论(0) 推荐(0) 编辑