ASP Key 属性

Dictionary 对象参考手册 完整的 Dictionary 对象参考手册

Key 属性在 Dictionary 对象中为已有的 key 设置新值。

语法

DictionaryObject.Key(key)=newkey
参数描述
key必需的。需修改的 key 的名称。
newkey必需的。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"
 d.Key("re")="r"
 Response.Write("The value of key r is: " & d.Item("r"))
 %>

 输出:

 The value of key r is: Red

Dictionary 对象参考手册 完整的 Dictionary 对象参考手册

新闻动态 联系方式 广告合作 招聘英才 安科实验室 帮助与反馈 About Us

Copyright © 2013 - 2019 Ancii.com All Rights Reserved京ICP备18063983号-5 京公网安备11010802014868号