返回某个项目的值
代码:
<!DOCTYPE html><html>
<body>
<%
dim d
set d=Server.CreateObject("Scripting.Dictionary")
d.Add "n", "Norway"
d.Add "i", "Italy"
Response.Write("The value of the item n is: " & d.item("n"))
set d=nothing
%>
</body>
</html>
结果:
The value of the item n is: Norway
相关文章
- ASP操作数据库的类
- ASP 使用三层架构 asp中使用类
- ASPJPEG综合操作的CLASS类
- ASP实现缓存类无错版
- ASP中利用execute实现动态包含文件的方法
- ASP数据岛操作类
- asp:debug类调试程序
- MusicGet 类
- [ASP]精华代码
- newasp中下载类
- ASP怎么谈到应用到类的?
- CacheCls缓存的应用
- ASP中一个字符串处理类
- [ASP]使用类,实现模块化
- 实现支持逻辑搜索/单词搜索/词组搜索+支持OR/AND关键字的VBS CLASS!
- ASP类Class入门 推荐
- 一个ACCESS数据库访问的类第1/3页
- 分页类,异常类
- 表单集合的简单应用
- 用户发送的字节总数