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