<%@ <ht例4-2-夏 icrosoft Internet Explorer 回区 %文件)编辑g)查看)收藏)工具①)帮助 ⊙后退·的户搜索☆ 收藏夹 个数组 地址①)ahttp://localhost/eshop/4/4-2.asp 转到 本字典中所包括的内容如下 第1个是http://www.whpu.educn/ ary 第2个是ftp://ftp.whpu.edhu.cn 第3个是http://mail.whpu.educn/ npu. edu. cn 共有3记录 edu. cn ‰ e <bo 本 <%f <%n(完毕 本地 Intrane 共有<%= mdict. count%>记录<br> </body></htm1><%@ Language=VBScript %> <html> <% dim a(3) '定义了一个数组 a(1)="武汉工业学院" a(2)="武汉工业学院的FTP服务器" a(3)="武汉工业学院的mail服务器" set mydict=server.createobject("scripting.dictionary") mydict.add "武汉工业学院","http://www.whpu.edu.cn/" mydict.add "武汉工业学院的FTP服务器","ftp://ftp.whpu.edu.cn/" mydict.add "武汉工业学院的mail服务器","http://mail.whpu.edu.cn/" %> <head><title>例4-2</title></head> <body> 本字典中所包括的内容如下:<br> <%for i=1 to mydict.count%> 第 <%=i%> 个是 <%=mydict.Item(a(i))%><br> <%next %> 共有<%=mydict.count%>记录<br> </body></html>