@{var price=50;}
<html>
<body>
@if (price>30)
{
<p>价格太高。</p>
}
</body>
</html>