設(shè)置一個鍵
代碼:
<!DOCTYPE html><html>
<body>
<%
dim d
set d=Server.CreateObject("Scripting.Dictionary")
d.Add "n", "Norway"
d.Add "i", "Italy"
d.Key("i") = "it"
Response.Write("The key i has been set to it, and the value is: " & d.Item("it"))
set d=nothing
%>
</body>
</html>
結(jié)果:
The key i has been set to it, and the value is: Italy
相關(guān)文章
- Asp操作Xml的精煉類,含示例代碼
- asp fso操作類
- ASP中的面向?qū)ο箢?/a>
- EasyASP v1.5發(fā)布(包含數(shù)據(jù)庫操作類,原clsDbCtrl.asp)第1/2頁
- ASPJPEG綜合操作的CLASS類
- 實現(xiàn)ASP程序執(zhí)行時間統(tǒng)計類的代碼
- ASP數(shù)據(jù)島操作類
- asp分頁的一個類
- 捌度空間 緩存類
- 把無限級分類生成數(shù)組
- 管理員登錄
- [ASP]精華代碼
- asp緩存類
- 查詢翻頁優(yōu)化第1/2頁
- 葉子asp分頁類
- 一個asp快速字符串連接類
- 實現(xiàn)支持邏輯搜索/單詞搜索/詞組搜索+支持OR/AND關(guān)鍵字的VBS CLASS!
- ASP類Class入門 推薦
- 如何編寫一個ASP類
- 分頁類,異常類