最近评论
正在载入评论列表...
![]() |
![]() |
|
while(i>0){
document.write("i=",i,"<br>");
i--;
}

<html>
<head>
<title>重复执行(while)</title>
</head>
<body>
<script language="javascript">
<!--
|
![]()
while(i>0){
document.write("i=",i,"<br>");
|
}
//-->
</script>
</body>
</html>

图1.19