VB 实例 Else If 条件
vb 实例
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>
相关文章
- 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# 实例 显示日期和时间