分享 / 0 / 16 / 创建于 3年前 / 2 个改进
各位老哥圣诞节快乐
//缺一个妹子
// 缺一个妹子
<?php class MeiZi { public $age = 24; public $height = 175; public $weight = 45; }
@Su 55吧,可以了, 不求多
<?php class BeautifulGirl { protected int $age; protected int $height = 0; protected int $width = 0; public function setAge ( int $age ) { $this->age = $age; } public function setHeight ( int $height = 0 ) { $this->height = $height; } public function setWidth ( int $width = 0 ) { $this->width = $width; } } $beautiful_girl = new BeautifulGirl(); $beautiful_girl->setAge ( 18 ); $beautiful_girl->setAge ( 19 ); $beautiful_girl->setAge ( 20 );
我要举报该,理由是:
// 缺一个妹子
// 缺一个妹子