简单教程
提交运行
代码编辑器:
@Code Dim price=20 End Code <!DOCTYPE html> <meta charset="utf-8"/> @if price>30 Then @<p>The price is too high.</p> Else @<p>The price is OK.</p> End If
运行结果: