<?phpclass ShoProductWriter{ public function write($shoproduct) { $str = "{$shoproduct->title}".$shoproduct->getProducer()."({$shoproduct->price})"; print $str; }}$c = new ShoProductWriter();$shoproduct1 = new shoproduct();
php 送我的類不存 為什么會(huì)報(bào)錯(cuò) Fatal error: Class 'shoproduct' not found in
慕UI1458911
2018-02-23 18:41:39