2.internet information server
3.服务器
4.标题
5.%>
6.文档
7.注释
8.粗体
9.<p>
10.新 新浪
11.创建一个行数为91的嵌入式框架
12.表单
13.页面传递
14.客户
15.cookies
16.response.write("北京,欢迎你")
17.4-171.html
18.系统
19.Contents StaticObjects
20.OnStart OnEnd
21.session
22.Contents.RemoveAll
23.物理目录上
24.数据库
25.打开数据源
<%=date()%><br><%=now()%><br>
<%=WeekDayName(weekday(date()),true)%><br>
<%if day(date())=25 then%>请注意,明天可能有病毒发作。<br><%end if%>
randomize
ri=int(rnd*9)
if ri mod 2=0 then
response.write "生成的是偶数:"&ri&"<br>"
else
response.write "生成的是奇数:"&ri&"<br>"
end if
isum=0
for i=1 to 99 step 2
isum=isum+i*i
next
response.write isum&"<br>"
function cCount(a1,a2)
ccount=a1*a1*a1+a2*a2*a2
end function
response.write ccount(3,6)&"<br>"
function bRand(bLow,bUp)
randomize
brand=int(rnd*(bup-blow)+blow)
end function
response.write brand(1,10)&"<br>"
%>
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)