简单教程
提交运行
代码编辑器:
@Code Dim price=25 End Code <!DOCTYPE html> <meta charset="utf-8"/> @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
运行结果: