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

ASP Item 屬性

asp item 屬性

dictionary 對象參考手冊 完整的 dictionary 對象參考手冊

item 屬性設置或返回 dictionary 對象中某個項目的值。

語法

dictionaryobject.item(key)[=newitem]

參數 描述
key 必需的。與 item 相關聯的 key。
newitem 可選的。規定與 key 相關聯的值。

實例

<%
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 對象參考手冊 完整的 dictionary 對象參考手冊
相關文章