成免费的crm,久久国产精品新农夫导航新妓网,恋夜秀场全部视频安卓手机,女校花强奷在线播放A级

返回某個項(xiàng)目的值

代碼:

<!DOCTYPE html>

<html>

<body>

 

<%

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

%>

 

</body>

</html>

結(jié)果:

The value of the item n is: Norway

相關(guān)文章