291.txt
来自「Java Script & VB Script 教程」· 文本 代码 · 共 21 行
TXT
21 行
Exists 方法
Microsoft® Visual Basic® Scripting Edition
Exists 方法
语言参考
版本 2
请参阅
应用于
描述
如果在 Dictionary 对象中存在指定键,返回 True;如果不存在,返回 False。
语法
object.Exists(key)
Exists 方法的语法有以下部分:
参数
描述
object
必选。应为 Dictionary 对象的名称。
key
必选。Key 为在 Dictionary 对象中要查找的值。