摘要: <?php 2 class Person 3 { 4 private $name; 5 private $age; 6 function __construct($name,$age) 7 { 8 $this->age = $age; 9 $this->name = $name; 10 } 11 1 阅读全文
posted @ 2018-05-11 19:57 haha瓜 阅读(187) 评论(0) 推荐(0) 编辑