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

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

麻煩大神們幫我看看哪里寫(xiě)錯(cuò)了,點(diǎn)擊按鈕沒(méi)反映

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>無(wú)標(biāo)題文檔</title>

<script type="text/javasctipt">

? function rec() {

? var score;


? score=85

? if(score>=90)

? {

? ? document.write("你真棒!");

? }

? else if(score>=80)

? {

document.write("真不錯(cuò)!");??

? }

? else if(score>=70)

? {

? ? document.write("繼續(xù)努力!");

? }

? else

? {

document.write("你得非常努力!");??

? }

? }

</script>


</head>

<body>

? ? <input name="button" type="button" onClick="rec()" value="按 鈕" />

</body>

</head>


<body>

</body>

</html>


正在回答

6 回答

沒(méi)有寫(xiě)prompt啊怎么彈,這和寫(xiě)不寫(xiě)分號(hào)有什么關(guān)系

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

樓上是對(duì)的,其他人寫(xiě)的是什么?要用prompt呀

1 回復(fù) 有任何疑惑可以回復(fù)我~
score?=prompt("輸入你的成績(jī)");

這個(gè)題應(yīng)該這么寫(xiě)吧?


1 回復(fù) 有任何疑惑可以回復(fù)我~
//第一處?javascript拼寫(xiě)錯(cuò)誤
<script?type="text/javasctipt">
//修改為如下:
<script?type="text/javascript">

//第二處?缺少語(yǔ)句結(jié)束的分號(hào);
score=85
//修改為如下:
score=85;

以上兩處改成之后程序應(yīng)該可以正常運(yùn)行了。
再者就是提醒您,代碼書(shū)寫(xiě)注意規(guī)范,多參考行業(yè)優(yōu)秀代碼格式,大有裨益。
望采納,謝謝您。
1 回復(fù) 有任何疑惑可以回復(fù)我~

<!DOCTYPE HTML>

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>判斷語(yǔ)句</title>

? <script type="text/javascript">

? function rec(){

var score ;

score =85; //score變量存儲(chǔ)成績(jī),初值為80

if(score>=90)

? ? {

? ? ? ? document.write("你真棒!");

? ? }

? ? else if(score>=80)

? ? {

? ? ? ? document.write("真不錯(cuò)!");??

? ? }

? ? else if(score>=70)

? ? {

? ? ? ? document.write("繼續(xù)努力!");

? ? }

? ? else

? ? {

? ? ? ? document.write("你得非常努力!");??

? ? }

? }

? </script>

</head>

<body>

? ? ? ?<input name="button" type="button" onClick="rec()" value="按 鈕" />

</body>

</html>


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

var = 85; 你少了分號(hào)

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

舉報(bào)

0/150
提交
取消

麻煩大神們幫我看看哪里寫(xiě)錯(cuò)了,點(diǎn)擊按鈕沒(méi)反映

我要回答 關(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)