返回鍵/項目對的數(shù)目
代碼:
<!DOCTYPE html><html><body><br /><%dim d, a, s, iset d=Server.CreateObject("Scripting.Dictionary")d.Add "n", "Norway"d.Add "i", "Italy"Response.Write("The number of key/item pairs is: " & d.Count)set d=nothing%><br /></body></html>結(jié)果:
The number of key/item pairs is: 2
相關(guān)文章
- ASP操作數(shù)據(jù)庫的類
- asp fso操作類
- 實(shí)現(xiàn)ASP程序執(zhí)行時間統(tǒng)計類的代碼
- ASP類的寫法
- asp提高首頁性能的一個技巧
- cls_main.asp第1/3頁
- Asp類 的數(shù)據(jù)庫領(lǐng)域
- [ASP]精華代碼
- newasp中main類
- asp緩存類
- ASP程序代碼執(zhí)行時間統(tǒng)計類
- 檢測函數(shù) asp class
- 域名查詢系統(tǒng)用到的類
- 遭遇ASP類的事件設(shè)計
- ASP中一個用VBScript寫的隨機(jī)數(shù)類
- 在VBScript中使用類
- ASP類編寫詳細(xì)說明
- ASP 類 Class入門
- session 的超時
- 讀取文本文件的所有行