一聚教程网:一个值得你收藏的教程网站

最新下载

热门教程

asp 教程:Dictionary组件实例教程

时间:2008-11-18 编辑:简简单单 来源:一聚教程网


<%
dim d
set d=Server.CreateObject("Scripting.Dictionary")
d.Add "n", "Norway"
d.Add "i", "Italy"
if d.Exists("n")= true then
    Response.Write("Key exists.")
else
    Response.Write("Key does not exist.")
end if
set d=nothing
%>


热门栏目