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

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

哪里出錯(cuò)啦??if中嵌入switch <error>

哪里出錯(cuò)啦??if中嵌入switch <error>

柳寒煙 2015-07-23 11:37:43
<html><script>function min(){var char=prompt("0-5");?if(char<5){switch(char){case 1:alert("1");break;case 2:alert("2");break;case 3:alert("3");break;case 4:alert("4");break;case 5:alert("5");break;default:? ? ? ? ? ? ? ? ? ? }}? ? ? ? ? ? ? ? ? ? ? ? ?}</script><input name="button" type="button" onclick="min()" value="打開" /></html>
查看完整描述

2 回答

已采納
?
不要為你的無知找借口

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

<html>
<head>
<script>
function?min_(){
????var?char=prompt("0-5");
????char=parseInt(char);
????if(char<5){
????????switch(char){
????????????case?1:
????????????alert("1");
????????????break;
????????????case?2:
????????????alert("2");
????????????break;
????????????case?3:
????????????alert("3");
????????????break;
????????????case?4:
????????????alert("4");
????????????break;
????????????case?5:
????????????alert("5");
????????????break;
????????}
????}
}
</script>
</head>
<body>
<input?name="button"?type="button"?onclick="min_()"?value="打開"?/>
</body>
</html>

試下這段代碼.可以運(yùn)行的.

char=parseInt(char);

這行代碼也需要.具體原因百度parseInt吧.

查看完整回答
反對 回復(fù) 2015-08-05
  • 2 回答
  • 0 關(guān)注
  • 1384 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

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

公眾號

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