指定的鍵存在嗎?
代碼:
<!DOCTYPE html><html>
<body>
<%
dim d
set d=Server.CreateObject("Scripting.Dictionary")
d.Add "n", "Norway"
d.Add "i", "Italy"
if d.Exists("n")= true then
Response.Write("Key exists.")
else
Response.Write("Key does not exist.")
end if
set d=nothing
%>
</body>
</html>
結(jié)果:
Key exists.
相關(guān)文章
- ASP.NET Web Pages WebSecurity 參考手冊
- ASP.NET Razor C# 邏輯
- ASP.NET MVC 簡介
- ASP.NET CheckBox 控件
- ASP.NET TableRow 控件
- WebSecurity CurrentUserId 屬性
- WebSecurity HasUserId 屬性
- WebSecurity ResetPassword 方法
- HTML InputCheckbox
- ASP.NET Calendar Caption 屬性
- ASP.NET Calendar ShowTitle 屬性
- ASP.NET Calendar TitleStyle 屬性
- ASP.NET BorderWidth 屬性
- ASP.NET CssClass 屬性
- ASP.NET HyperLink ImageUrl 屬性
- ASP.NET ImageButton PostBackUrl 屬性
- ASP.NET BulletedList Target 屬性
- ASP.NET TextBox Columns 屬性
- ASP.NET TextBox Wrap 屬性
- 當(dāng)用戶點擊鏈接時發(fā)送查詢信息