App下载

demo_count 在线工具

demo_count 在线工具

<html>
<body>

<FONT COLOR=#ff0000><%
dim d, a, s, i
set 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
%></FONT>

</body>
</html>
运行结果