<!DOCTYPE?HTML>
<html>
<head>
<meta?http-equiv="Content-Type"?content="text/html;?charset=utf-8"?/>
<title>prompt</title>
??<script?type="text/javascript">
??function?rec(){
??var?sorce;
??sorce=prompt("請(qǐng)輸入你的成績(jī)");
??if?(sorce>=140)
??{document.write("非常棒!");}
??if?else(sorce>=120)
??{document.write("很好");}
??if?else(sorce>=90)
??{document.write("加油哦");}
??else
??{document.write("要努力了啊");}
??}
?</script>
?</head>
?<body>
?<input?name="button"?name="button"?onClick="rec()"?value="點(diǎn)擊我,對(duì)成績(jī)做評(píng)價(jià)!"?/>
</body>
</html>
這樣的代碼出來(lái)沒(méi)有按鈕,只有輸入框??
李下之忌心中郁
2015-10-13 15:46:09