字号:    

ASP疑惑

<%

randomize

starx=25

for k=1 to 10

do while nextsecond=dateadd("s",10,time)

loop

starx=starx+3*rnd-1

for i=1 to starx

response.write("&nbsp;")

next

response.write("*"<br>)

next

%>

 

程序依稀记得是这个样,是在看ASP设置缓存时候书本写的一个例子,大概是说这个程序执行需要100秒,这个页面虽然执行很慢,但不会出现连接超时的响应,但我看不懂这程序,汗一个。。。

?次阅读
 2008-04-25 11:56