摘要: <?php class Car { var $color; function Car($color="red") { $this->color = $color; } function what_color() { return $this->color; } } function print_va 阅读全文
posted @ 2023-04-17 16:04 paoPaoLong_liu 阅读(96) 评论(0) 推荐(0)