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

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

System.out.println();括號(hào)里面可以直接寫方法名輸出嗎?比如System.out.println(+hello());

System.out.println();括號(hào)里面可以直接寫方法名輸出嗎?比如System.out.println(+hello());

豐子凱 2016-08-28 10:37:59
查看完整描述

3 回答

已采納
?
yanrun

TA貢獻(xiàn)317條經(jīng)驗(yàn) 獲得超240個(gè)贊

可以,但是方法的返回值不能為void

public?class?HelloWorld?{

public?static?void?main(String[]?args)?{
???????System.out.println(hello());
???????System.out.println(sayHello());?//會(huì)報(bào)錯(cuò)
????}
????
	public?static?void?sayHello()?{
		System.out.println("hello");
	}
	
	public?static?String?hello()?{
		return?"hello";
	}
}


查看完整回答
3 反對(duì) 回復(fù) 2016-08-28
?
噼喱啪啦

TA貢獻(xiàn)392條經(jīng)驗(yàn) 獲得超170個(gè)贊

可以的System.out.println();是輸出語(yǔ)句,當(dāng)然可以輸出方法,但是方法要有返回值,也就是返回一個(gè)具體實(shí)數(shù),一個(gè)字符,也就是方法返回的不能為空void,

查看完整回答
反對(duì) 回復(fù) 2016-08-28
?
豐子凱

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

快快快

查看完整回答
反對(duì) 回復(fù) 2016-08-28
  • 3 回答
  • 0 關(guān)注
  • 2704 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

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

公眾號(hào)

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