简单教程
提交运行
代码编辑器:
@{var price=50;} <!DOCTYPE html> <meta charset="utf-8"/> @if (price>30) { <p>The price is too high.</p> }
运行结果: