摘要:
<?php class a{ private $a="123"; private $b="456"; public function __toString() { // TODO: Implement __toString() method. return $this->a.$this->b; } 阅读全文
posted @ 2020-04-18 02:54
ysbl
阅读(655)
评论(0)
推荐(0)