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

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定

為什么會(huì)顯示The value of the local variable phone2 is not used?

為什么會(huì)顯示The value of the local variable phone2 is not used? 而且在Telphone.java中,private 的三個(gè)變量也是顯示The value of the field Telphone.screen is not used

正在回答

3 回答

你定義的screen,cpu,mem都是私有屬性,不能直接用對(duì)象.私有屬性,要不你就把私有屬性改成公有屬性,要不你就寫(xiě)get和set方法

0 回復(fù) 有任何疑惑可以回復(fù)我~
#1

群哥哥 提問(wèn)者

謝謝你的解答,同時(shí)我在創(chuàng)建對(duì)象phone 之前加了 @SuppressWarnings("unused"),就不再有那個(gè)提示了
2015-08-25 回復(fù) 有任何疑惑可以回復(fù)我~

package com.imooc;
import com.imooc.Telphone;
public class InitalTelphone {
?? ?public static void main(String[] args) {
?? ??? ?Telphone phone = new Telphone(5.0f,2.0f,16.0f);
?? ?}
}

package com.imooc;
public class Telphone {
?? ?private float screen;
?? ?private float cpu;
?? ?private float mem;
??? ......
}

我的代碼是這樣的,對(duì)象名phone,和三個(gè)變量名 都提示 The value of the field Telphone.screen is not used;...


0 回復(fù) 有任何疑惑可以回復(fù)我~
#1

永遠(yuǎn)的藍(lán)天

你后面沒(méi)有對(duì)這三個(gè)值進(jìn)行使用吧?是不是有個(gè)黃色的嘆號(hào)在前面,這只是一個(gè)警告,對(duì)程序影響不大。假如你在輸出的時(shí)候?qū)⑦@三個(gè)值輸出出來(lái),就不會(huì)有了。
2015-09-10 回復(fù) 有任何疑惑可以回復(fù)我~
#2

群哥哥 提問(wèn)者 回復(fù) 永遠(yuǎn)的藍(lán)天

嗯嗯,好的,謝謝你哈
2015-09-11 回復(fù) 有任何疑惑可以回復(fù)我~

代碼?

0 回復(fù) 有任何疑惑可以回復(fù)我~
#1

群哥哥 提問(wèn)者

看下一條回答
2015-08-24 回復(fù) 有任何疑惑可以回復(fù)我~

舉報(bào)

0/150
提交
取消

為什么會(huì)顯示The value of the local variable phone2 is not used?

我要回答 關(guān)注問(wèn)題
微信客服

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

幫助反饋 APP下載

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

公眾號(hào)

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