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

設置一個鍵

代碼:

<!DOCTYPE html>

<html>

<body>

 

<%

dim d

set d=Server.CreateObject("Scripting.Dictionary")

d.Add "n", "Norway"

d.Add "i", "Italy"

d.Key("i") = "it"

Response.Write("The key i has been set to it, and the value is: " & d.Item("it"))

set d=nothing

%>

 

</body>

</html>

結果:

The key i has been set to it, and the value is: Italy

相關文章