5-13.asp

来自「web课件并附有习题练习还有实例详细的讲解了WEB的各种开发过程是学习 的好资料」· ASP 代码 · 共 15 行

ASP
15
字号
<%Server.ScriptTimeOut=100%>
<html>
<head>
<title>ScriptTimeOut属性</title>
</head>
<body>
<%for i=1 to 25
nexttime=dateadd("s",3,time)      '设置延时时间为3 s
do while time<nexttime           '延时3 s
loop
Response.Write("<p>*</p>")
next %>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?