黄色电影一区二区,韩国少妇自慰A片免费看,精品人妻少妇一级毛片免费蜜桃AV按摩师 ,超碰 香蕉

指定的鍵存在嗎?

代碼:

<!DOCTYPE html>

<html>

<body>

 

<%

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

%>

 

</body>

</html>

結果:

Key exists.

相關文章