PHP对象3: public / private / protected
摘要:
'; } public function wsay(){ $this->say(); } } class B extends A { public function Bsay($input){ $this->name = $input; echo 'Say name\'s:'.$this->name.''; ... 阅读全文
posted @ 2017-07-05 22:23 Perl6 阅读(235) 评论(0) 推荐(0) 编辑