ysbl

每天获取多一点

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2020年4月18日

摘要: <?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 阅读(657) 评论(0) 推荐(0)