<?phpclassperson{ protected$name; protected$sex; protected$age; function__construct($name,$sex,$age){ $this->name=$name; $this->sex=$sex; $this->age=$age; } functionsay(){ echo"我的名字:".$this->name.";性别:".$this->sex.";年龄:".$..
分类:
其他好文 时间:
2016-11-04 17:32:19
阅读次数:
196