[求助]关于ASP代码的问题
<%Server.ScriptTimeOut=150
%>
<HTML>
<Head><title>落星</title></head>
<body>
<%
randomize
starx=60
for k=1 to 10
nextsecond=dateadd("s",10,time)
do while time<nextsecond
loop
Starx=starx+3*rnd()-1
for i=1 to starx
Response.Write(" ")
Next
Response.Write("*<p>")
Next
%>
</body>
</html>
大家谁能帮我具体解释一下这段代码?谢谢了