摘要: dog = new Dog(); } public function putDog(){ return $this->dog->dogCall(); } } class Dog{ public function dogCall(){ return 'go to home....'; } } class Cont... 阅读全文
posted @ 2018-04-20 10:50 阳光小白 阅读(713) 评论(0) 推荐(0)