C# 實例 Else If 條件
c# 實例
else if 條件
@{var price=25;}
<html>
<body>
if (price>=30)
{
<p>the price is high.</p>
}
else if (price>20 && price<30)
{
<p>the price is ok.</p>
}
else
{
<p>the price is low.</p>
}
</body>
</html>
相關(guān)文章
- ASP.NET Web Pages 全局文件
- ASP.NET Web Pages 對象
- ASP.NET Web Pages PHP
- ASP.NET Web Pages – 發(fā)布
- ASP.NET Razor C# 變量
- ASP.NET MVC 參考手冊
- WebSecurity HasUserId 屬性
- WebSecurity IsAuthenticated 屬性
- WebSecurity CreateUserAndAccount 方法
- WebSecurity RequireUser 方法
- HTML Image
- HTML InputImage
- ASP.NET HTML 控件 Button 2
- ASP.NET HTML 控件 Checkbox
- ASP.NET HTML 控件 Literal 2
- ASP.NET HTML 控件 CompareValidator 2
- ASP.NET HTML 控件 CustomValidator
- ASP.NET HTML 控件 RequiredFieldValidator
- ASP.NET HTML 控件 SortedList RadiobuttonList 2
- 基本的 HTML 表單