VB 實(shí)例 Else If 條件
vb 實(shí)例
else if 條件
@code
dim price=25
end code
<html>
<body>
@if price>=30 then
@<p>the price is high.</p>
elseif price>20 and price<30 then
@<p>the price is ok.</p>
else
@<p>the price is low.</p>
end if
</body>
</html>
相關(guān)文章
- ASP.NET Razor VB 變量
- ASP.NET MVC HTML 幫助器
- ASP.NET CompareValidator 控件
- ASP.NET Calendar 控件
- ASP.NET HyperLink 控件
- ASP.NET LinkButton 控件
- ASP.NET Table 控件
- WebSecurity CurrentUserId 屬性
- WebSecurity ChangePassword 方法
- WebSecurity GetCreateDate 方法
- WebSecurity InitializeDatabaseConnection 方法
- WebSecurity Login 方法
- HTML Textarea
- ASP.NET HTML 控件 linkbutton
- ASP.NET HTML 控件 RegularExpressionValidator
- ASP.NET HTML 控件 RequiredFieldValidator
- ASP.NET HTML 控件 ArrayList RadioButtonList
- ASP.NET HTML 控件 Hashtable RadiobuttonList 2
- ASP.NET HTML 控件 SortedList RadiobuttonList 2
- C# 實(shí)例 顯示日期和時間