在线小弟我
在线我
这代码有问题吗? 怎么在页面上没有任何显示 难道只是定义了一个数组而已?
<html>
<head>
<title> 循环3 </title>
<script language= "vbscript ">
<!--
Dim A(99)
For I=0 to 99
A(I)=100
next
-->
</script>
</head>
<body>
</body>
</html>
------解决方案--------------------
你没输出东西,当然不显示
这代码有问题吗? 怎么在页面上没有任何显示 难道只是定义了一个数组而已?
<html>
<head>
<title> 循环3 </title>
<script language= "vbscript ">
<!--
Dim A(99)
For I=0 to 99
A(I)=100
next
-->
</script>
</head>
<body>
</body>
</html>
------解决方案--------------------
你没输出东西,当然不显示