主题:[讨论]很有趣的脚本
下面的脚本很有趣不防运行一下,初学者应该会有所收获
<html>
<head>
<title>select !</title>
</head>
<script language="vbscript">
<!--
sub doloop()
dim c,s
c=s=0
do
c=c+1
s=s+1
loop while c<>s
end sub
call doloop()
-->
</script>
<body>
</body>
</html>
<html>
<head>
<title>select !</title>
</head>
<script language="vbscript">
<!--
sub doloop()
dim c,s
c=s=0
do
c=c+1
s=s+1
loop while c<>s
end sub
call doloop()
-->
</script>
<body>
</body>
</html>