中文字幕一区二区人妻电影,亚洲av无码一区二区乱子伦as ,亚洲精品无码永久在线观看,亚洲成aⅴ人片久青草影院按摩,亚洲黑人巨大videos

ASP Item 屬性


Dictionary 對(duì)象參考手冊(cè) 完整的 Dictionary 對(duì)象參考手冊(cè)

Item 屬性設(shè)置或返回 Dictionary 對(duì)象中某個(gè)項(xiàng)目的值。

語(yǔ)法

DictionaryObject.Item(key)[=newitem]
參數(shù) 描述
key 必需的。與 item 相關(guān)聯(lián)的 key。
newitem 可選的。規(guī)定與 key 相關(guān)聯(lián)的值。

實(shí)例

<%
Dim d
Set d=Server.CreateObject("Scripting.Dictionary")
d.Add "re","Red"
d.Add "gr","Green"
d.Add "bl","Blue"
d.Add "pi","Pink"
Response.Write("The value of key pi is: " & d.Item("pi"))
%>

輸出:

The value of key pi is: Pink

Dictionary 對(duì)象參考手冊(cè) 完整的 Dictionary 對(duì)象參考手冊(cè)其他擴(kuò)展