返回某個項目的值
代碼:
<!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>
結(jié)果:
The value of the item n is: Norway
相關(guān)文章
- ASP操作數(shù)據(jù)庫的類
- ASP 使用三層架構(gòu) asp中使用類
- ASPJPEG綜合操作的CLASS類
- ASP實現(xiàn)緩存類無錯版
- ASP中利用execute實現(xiàn)動態(tài)包含文件的方法
- ASP數(shù)據(jù)島操作類
- asp:debug類調(diào)試程序
- MusicGet 類
- [ASP]精華代碼
- newasp中下載類
- ASP怎么談到應(yīng)用到類的?
- CacheCls緩存的應(yīng)用
- ASP中一個字符串處理類
- [ASP]使用類,實現(xiàn)模塊化
- 實現(xiàn)支持邏輯搜索/單詞搜索/詞組搜索+支持OR/AND關(guān)鍵字的VBS CLASS!
- ASP類Class入門 推薦
- 一個ACCESS數(shù)據(jù)庫訪問的類第1/3頁
- 分頁類,異常類
- 表單集合的簡單應(yīng)用
- 用戶發(fā)送的字節(jié)總數(shù)