69pao国产精品视频-久久精品一区二区二三区-精品国产精品亚洲一本大道-99国产综合一区久久

C# 實(shí)例 If 條件

c# 實(shí)例

 if 條件

@{var price=50;}
<html>
<body>
@if (price>30)
  {
  <p>the price is too high.</p>
  }

</body>
</html>

相關(guān)文章