ASP Count 屬性

2018-09-25 18:20 更新

ASP Count 屬性


Dictionary 對象參考手冊 完整的 Dictionary 對象參考手冊

Count 屬性返回在 Dictionary 對象中 key/item 對的數(shù)目。

語法

DictionaryObject.Count

實例

<%
dim d
set d=Server.CreateObject("Scripting.Dictionary")
d.Add "n","Norway"
d.Add "i","Italy"
d.Add "s","Sweden"
Response.Write("The number of key/item pairs: " & d.Count)
set d=nothing
%>

輸出:

The number of key/item pairs: 3


Dictionary 對象參考手冊 完整的 Dictionary 對象參考手冊
以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號