App下载

demo_item 在线工具

demo_item 在线工具

<html>
<body>

<FONT COLOR=#ff0000><%
dim d
set d=Server.CreateObject("Scripting.Dictionary")
d.Add "n", "Norway"
d.Add "i", "Italy"
Response.Write("The value of the item n is: " & d.item("n"))
set d=nothing
%></FONT>

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