摘要: name = $name; } public function getName(){ return $this->name; } } $single1 = single::getIns(); $single2 = single::getIns(); $single1->setName('hello world!'); $single2->setName('hello php!... 阅读全文
posted @ 2017-03-15 10:20 李思琼 阅读(313) 评论(0) 推荐(0)