ASP Count 属性

Dictionary 对象参考手册 完整的 Dictionary 对象参考手册

Count 属性返回在 Dictionary 对象中 key/item 对的数目。

语法

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 对象参考手册

新闻动态 联系方式 广告合作 招聘英才 安科实验室 帮助与反馈 About Us

Copyright © 2013 - 2019 Ancii.com All Rights Reserved京ICP备18063983号-5 京公网安备11010802014868号