摘要: class test{ public $b; //function __construct(){ // return $this->b; // } function test(){ return $this->b = 5; } function addab($c){ return $this->b+ 阅读全文
posted @ 2017-06-15 09:40 yahn~ 阅读(122) 评论(0) 推荐(0)