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

最新下载

热门教程

asp 教程:Dictionary组件实例教程

时间:2022-06-30 11:07:54 编辑:袖梨 来源:一聚教程网


<%
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
%>


热门栏目