老师帮忙看看哪里写错了
<html>
<head>
<title>javascript 实验</title>
<script type="text/javascript">
var num=10;
while(num>8){
document.write("数字"+num+"<br/>")
num++;
}
</script>
</head>
<body>
</body>
</html>没反应啊
<html>
<head>
<title>javascript 实验</title>
<script type="text/javascript">
var num=10;
while(num>8){
document.write("数字"+num+"<br/>")
num++;
}
</script>
</head>
<body>
</body>
</html>没反应啊
2015-04-02
举报