App下载

try_razor_vb_012 在线工具

try_razor_vb_012 在线工具

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="/statics/demosource/showrazor.css" />
</head>
<body>
<span class="marked">@Code
Dim price=25
End Code
</span><html>
<body>

<span class="marked">@if price>=30 Then
&nbsp;&nbsp;&nbsp; @<p>The price is high.</p>

ElseIf&nbsp;price>20 And price<30 then&nbsp; 
&nbsp;&nbsp;&nbsp; @<p>The price is
OK.</p>
Else
&nbsp;&nbsp;&nbsp; @<p>The price is low.</p>

End If</span>
</body>
</html>

</body>
</html>
运行结果