第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機(jī)立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

關(guān)于PHP聚合對象的問題

關(guān)于PHP聚合對象的問題

PHP
qq_木頭人_19 2017-10-11 14:16:28
class?Address{ protected?$city; public?function?setCity($city){ $this->city?=?$city; } public?function?gerCity(){ return?$this->city; } } class?Person?{ protected?$name; protected?$address; public?function?__construct(){ $this->address?=?new?Address; } public?function?setName($name){ $this->name?=?$name; } public?function?getName(){ return?$this->name; } public?function?__call($method,$arguments){ if(method_exists($this->address,$method)){ return?call_user_func_array(array($this->address,$method),$arguments); } } } $rasmus?=?new?Person; $rasmus->setName('Rasmus?Lerdof'); $rasmus->setCity('Sunnyvale'); print?$rasmus->getName().?'?live?in?'?.?$rasmus->getCity(); ?>最后我輸出得到的結(jié)果是: Rasmus Lerdof live in?而不是:?Rasmus Lerdof live in?Sunnyvale ?這是為什么???
查看完整描述

2 回答

已采納
?
qq_青棗工作室_0

TA貢獻(xiàn)446條經(jīng)驗(yàn) 獲得超754個贊

public?function?gerCity(){ ?// 這里寫錯了,應(yīng)該是 getCity,你把get寫成ger了

????????????return?$this->city;

????????}


查看完整回答
2 反對 回復(fù) 2017-10-25
?
skyeorz

TA貢獻(xiàn)6條經(jīng)驗(yàn) 獲得超0個贊

你是想繼承嗎,肯定不對啊

查看完整回答
反對 回復(fù) 2017-10-25
  • 2 回答
  • 0 關(guān)注
  • 1491 瀏覽

添加回答

舉報

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號