|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
想法是和程序员的想法不一样的.至于为什么.大家去想一想.跟心理学有关的页面1、
<%Response.Buffer=True%>
<%
Setupthevariablesnecessarytoaccomplishthetask
DimTimerStart,TimerEnd,TimerNow,TimerWait
Howmanysecondsdoyouwantthemtowait...
TimerWait=5
Setupandstartthetimers
TimerNow=Timer
TimerStart=TimerNow
TimerEnd=TimerStart+TimerWait
Keepitinaloopforthedesiredlengthoftime
DoWhile(TimerNow<TimerEnd)
Determinethecurrentandelapsedtime
TimerNow=Timer
If(TimerNow<TimerStart)Then
TimerNow=TimerNow+86400
EndIf
Loop
Okaytimesup,letsgitemoutahere
Response.Redirect"nextpage.html"%>
2、
<%
SubTimeDelaySeconds(DelaySeconds)
SecCount=0
Sec2=0
WhileSecCount<DelaySeconds+1
Sec1=Second(Time())
IfSec1Sec2Then
Sec2=Second(Time())
SecCount=SecCount+1
EndIf
Wend
EndSub
%>
Tochangedelayadjusthere
<%TimeDelaySeconds(2)%>我想详细了解ASP整站代码与PSP整站代码有什么优缺点,那个更好,更安全,更用容易维护,和管理。。。 |
|